diff --git a/benchmark/export.py b/benchmark/export.py index fd6e21f84d897c055becf9b3f8c3e1fc83d9903c..c3269c2426edce4352229ae94603fc83b3c46b21 100755 --- a/benchmark/export.py +++ b/benchmark/export.py @@ -40,7 +40,7 @@ if args.commits: results = list(results) for datapoint in results: - times = ''.join(datapoint.times) + times = '\n'.join(datapoint.times) commit = datapoint.commit print("Sending {}...".format(commit), end='') date = subprocess.check_output(['git', 'show', commit, '-s', '--pretty=%cI']).strip().decode('UTF-8')