mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Performance: Script now allows overrides, for comparison
This commit is contained in:
parent
53431da5d9
commit
560bf53f42
2 changed files with 6 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -18,3 +18,4 @@ CPackConfig.cmake
|
|||
CPackSourceConfig.cmake
|
||||
patches
|
||||
*.exe
|
||||
tutorials
|
||||
|
|
|
@ -13,9 +13,11 @@ else
|
|||
cp *.data perf.rc data
|
||||
fi
|
||||
|
||||
#TASK=/usr/local/bin/tw244
|
||||
#TASK=/usr/local/bin/tw250b1
|
||||
TASK=../src/task
|
||||
# Allow override.
|
||||
if [[ -z $TASK ]]
|
||||
then
|
||||
TASK=../src/task
|
||||
fi
|
||||
|
||||
# Run benchmarks.
|
||||
# Note that commands are run twice - warm cache testing.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue