Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
compare
Browse files Browse the repository at this point in the history
  • Loading branch information
Rombur committed Oct 2, 2018
1 parent eebe591 commit 951c798
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/compare.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@
for i in range(n_benchmarks):
row = []
for time in timing_types:
# We are only interested in the median time not the average or the
# standard deviance. We use the median because it is more stable
# than the average.
new_time = new_data['benchmarks'][3*i+1][time]
ref_time = ref_data['benchmarks'][3*i+1][time]
row.append(new_time)
Expand Down

0 comments on commit 951c798

Please sign in to comment.