Performance: Script now allows overrides, for comparison

This commit is contained in:
Paul Beckingham 2015-11-07 20:24:24 -05:00
parent 53431da5d9
commit 560bf53f42
2 changed files with 6 additions and 3 deletions

1
.gitignore vendored
View file

@ -18,3 +18,4 @@ CPackConfig.cmake
CPackSourceConfig.cmake
patches
*.exe
tutorials

View file

@ -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.