summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xobbench2
1 files changed, 1 insertions, 1 deletions
diff --git a/obbench b/obbench
index 3c7988d..8919a08 100755
--- a/obbench
+++ b/obbench
@@ -328,7 +328,7 @@ class ObnamBenchmarker(cliapp.Application):
if b['name'] == name)
if reference > 0:
reference = '%.1f %%' % (
- 100.0 * run['durations'][name])
+ 100.0 * run['durations'][name] / reference)
else:
reference = 'unknown'