summaryrefslogtreecommitdiff
path: root/obbench
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-07-16 17:37:23 +0300
committerLars Wirzenius <liw@liw.fi>2015-07-16 17:37:23 +0300
commitc8bdd886779fdd2bff087dc8ec4f72004e55d2d9 (patch)
tree2f90e6279168563a89ed192e9eaad32029bb71b6 /obbench
parent77d2ee7b36ded9fbcb74580f7f27bfc1750351ab (diff)
downloadobnam-benchmarks-c8bdd886779fdd2bff087dc8ec4f72004e55d2d9.tar.gz
Fix collection of commit dates
Diffstat (limited to 'obbench')
-rwxr-xr-xobbench1
1 files changed, 0 insertions, 1 deletions
diff --git a/obbench b/obbench
index f4ce34d..138d467 100755
--- a/obbench
+++ b/obbench
@@ -361,7 +361,6 @@ class BenchmarkResult(object):
break
def collect_checkout_commit_first_line(self, checkout):
- self._dict['date'] = 'unknown'
output = cliapp.runcmd(
['git', 'show', '--pretty=oneline', 'HEAD'],
cwd=checkout)