From 2d24b1602a94e12857d2d66457745d94bb80e0da Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 23 Aug 2015 12:45:35 +0200 Subject: Clarify times are in seconds --- obbench | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'obbench') 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( - '{action} (% of ref)\n'.format( + '{action} secs (% of ref)\n'.format( action=self.q(step['obnam']))) f.write('\n') @@ -303,7 +303,7 @@ class ObnamBenchmarker(cliapp.Application): f.write('commit\n') f.write('commit msg\n') for name in benchmark_names: - f.write('{name} (% of ref)\n'.format(name=self.q(name))) + f.write('{name} secs (% of ref)\n'.format(name=self.q(name))) f.write('\n') for run in runs: -- cgit v1.2.1