Performance: Script now allows overrides, for comparison
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -18,3 +18,4 @@ CPackConfig.cmake
|
|||||||
CPackSourceConfig.cmake
|
CPackSourceConfig.cmake
|
||||||
patches
|
patches
|
||||||
*.exe
|
*.exe
|
||||||
|
tutorials
|
||||||
|
|||||||
@@ -13,9 +13,11 @@ else
|
|||||||
cp *.data perf.rc data
|
cp *.data perf.rc data
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#TASK=/usr/local/bin/tw244
|
# Allow override.
|
||||||
#TASK=/usr/local/bin/tw250b1
|
if [[ -z $TASK ]]
|
||||||
|
then
|
||||||
TASK=../src/task
|
TASK=../src/task
|
||||||
|
fi
|
||||||
|
|
||||||
# Run benchmarks.
|
# Run benchmarks.
|
||||||
# Note that commands are run twice - warm cache testing.
|
# Note that commands are run twice - warm cache testing.
|
||||||
|
|||||||
Reference in New Issue
Block a user