Adjust performance script for POSIX /bin/sh.

- Don't use brace expansion.
- Add the -f flag so we don't get errors on the first run.

Signed-Off-By: Russell Steicke <russells@adelie.cx>
This commit is contained in:
Russell Steicke 2013-04-03 21:29:40 +08:00 committed by Paul Beckingham
parent be7628449a
commit 51fd11a535

View file

@ -2,7 +2,7 @@
echo 'Performance: setup'
echo ' - This step will take several minutes'
rm ./{pending,completed,undo}.data perf.rc
rm -f ./pending.data ./completed.data ./undo.data perf.rc
./load
# Run benchmarks.