summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: