summaryrefslogtreecommitdiff
path: root/ezbench.sh
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2015-07-21 10:22:03 +0100
committerMartin Peres <martin.peres@linux.intel.com>2015-07-21 13:36:26 +0300
commita76ae17d2854299219fccee4f3ecca20cfaa3640 (patch)
tree2878e3ddf7359220183e77c6d449c7d0e6ece3bd /ezbench.sh
parentfd0ebca3fb05fa404250d09c4cc19a3818fe2d40 (diff)
Reset the FPS summation between runs
If we don't remember to reset the FPS counter, the geometric mean gradually averages the result of the entire test run - rendering its comparison very confusing.
Diffstat (limited to 'ezbench.sh')
-rwxr-xr-xezbench.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ezbench.sh b/ezbench.sh
index 76f34b7..53a9cdc 100755
--- a/ezbench.sh
+++ b/ezbench.sh
@@ -236,6 +236,7 @@ do
callIfDefined compile_post_hook
# Iterate through the tests
+ fpsALL=""
for (( t=0; t<${#testNames[@]}; t++ ));
do
# Generate the logs file names