summaryrefslogtreecommitdiff
path: root/sql-bench/compare-results.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sql-bench/compare-results.sh')
-rwxr-xr-xsql-bench/compare-results.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-bench/compare-results.sh b/sql-bench/compare-results.sh
index 7b2ba95da5c..fa1715d1928 100755
--- a/sql-bench/compare-results.sh
+++ b/sql-bench/compare-results.sh
@@ -522,7 +522,7 @@ sub print_value
}
else
{
- $first=1 if (!$first == 0);# Assume that it took one second instead of 0
+ $first=1 if ($first == 0); # Assume that it took one second instead of 0
$tmp= sprintf("%.2f",$value/$first);
}
if (defined($flags))