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:
committed by
Paul Beckingham
parent
be7628449a
commit
51fd11a535
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user