summaryrefslogtreecommitdiff
path: root/obbench
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-08-23 12:45:35 +0200
committerLars Wirzenius <liw@liw.fi>2015-08-23 12:45:35 +0200
commit2d24b1602a94e12857d2d66457745d94bb80e0da (patch)
tree630f32ef3087dcbe069cf24fd68f876eff77bcfa /obbench
parentd4c36686abe83f31a5608f405e95fe13c865025e (diff)
downloadobnam-benchmarks-2d24b1602a94e12857d2d66457745d94bb80e0da.tar.gz
Clarify times are in seconds
Diffstat (limited to 'obbench')
-rwxr-xr-xobbench4
1 files changed, 2 insertions, 2 deletions
diff --git a/obbench b/obbench
index a121f5e..1576a4e 100755
--- a/obbench
+++ b/obbench
@@ -234,7 +234,7 @@ class ObnamBenchmarker(cliapp.Application):
for step in obj['steps']:
if 'obnam' in step:
f.write(
- '<th>{action} (% of ref)</th>\n'.format(
+ '<th>{action} secs (% of ref)</th>\n'.format(
action=self.q(step['obnam'])))
f.write('</tr>\n')
@@ -303,7 +303,7 @@ class ObnamBenchmarker(cliapp.Application):
f.write('<th>commit</th>\n')
f.write('<th>commit msg</th>\n')
for name in benchmark_names:
- f.write('<th>{name} (% of ref)</th>\n'.format(name=self.q(name)))
+ f.write('<th>{name} secs (% of ref)</th>\n'.format(name=self.q(name)))
f.write('</tr>\n')
for run in runs: