mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-18 15:33:08 +02:00
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:
parent
be7628449a
commit
51fd11a535
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue