summaryrefslogtreecommitdiffstats
path: root/TOOLS/benchmark-gab/benchmark
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS/benchmark-gab/benchmark')
-rwxr-xr-xTOOLS/benchmark-gab/benchmark6
1 files changed, 3 insertions, 3 deletions
diff --git a/TOOLS/benchmark-gab/benchmark b/TOOLS/benchmark-gab/benchmark
index 47de0f11e8..099e319c8f 100755
--- a/TOOLS/benchmark-gab/benchmark
+++ b/TOOLS/benchmark-gab/benchmark
@@ -79,13 +79,13 @@ fi
if [ -e xmga ]; then
if [ ! -e xmga_nodr ]; then
wrtlog Starting XMGA \(no DR\) benchmark runs, with 3 tries...
- DEFAULTOPTS="-quiet -nosound -benchmark -vo xmga -fs -dr -slices -vf-clr -autoq 0"
+ DEFAULTOPTS="-quiet -nosound -benchmark -vo xmga -fs -nodr -slices -vf-clr -autoq 0"
benchsamples
fi
if [ ! -e xmga_nodr_noslices ]; then
wrtlog Starting XMGA \(no DR\) \(no slices\) benchmark runs, with 3 tries...
- DEFAULTOPTS="-quiet -nosound -benchmark -vo xmga -fs -dr -noslices -vf-clr -autoq 0"
+ DEFAULTOPTS="-quiet -nosound -benchmark -vo xmga -fs -nodr -noslices -vf-clr -autoq 0"
benchsamples
fi
@@ -95,7 +95,7 @@ if [ -e xmga ]; then
benchsamples
fi
- if [ ! -e xmga_dr ]; then
+ if [ ! -e xmga_dri_noslices ]; then
wrtlog Starting XMGA \(DR\) \(no slices\) benchmark runs, with 3 tries...
DEFAULTOPTS="-quiet -nosound -benchmark -vo xmga -fs -dr -noslices -vf-clr -autoq 0"
benchsamples