summaryrefslogtreecommitdiff
path: root/obbench
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-08-07 21:07:39 +0300
committerLars Wirzenius <liw@liw.fi>2015-08-07 21:07:39 +0300
commit282901720ab62ea66105aa1e8759cd6ae6191d1e (patch)
tree73fdc7a41532a127a7f9079ae6faf535b368ae20 /obbench
parent999a8739d24c014a1d401303e53123ffb8d28aa4 (diff)
downloadobnam-benchmarks-282901720ab62ea66105aa1e8759cd6ae6191d1e.tar.gz
Don't store reference in result report
Diffstat (limited to 'obbench')
-rwxr-xr-xobbench1
1 files changed, 0 insertions, 1 deletions
diff --git a/obbench b/obbench
index 1e23b58..a801d61 100755
--- a/obbench
+++ b/obbench
@@ -149,7 +149,6 @@ class ObnamBenchmarker(cliapp.Application):
funcs[action](tempdir, checkout, config, step_info)
ended = time.time()
step_info['duration'] = ended - started
- step_info['reference'] = step.get('reference', 0)
result.add_step(step_info)