Skip to content

Commit

Permalink
new column in describe
Browse files Browse the repository at this point in the history
  • Loading branch information
leliel12 committed Feb 25, 2020
1 parent 8cd55ef commit fb8b271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/time_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def benchmark(min_size=min(SIZES), max_size=max(SIZES), step_size=STEP,

def describe(results):
repetitions = results.repeats.values[0]
resume = results[["time", "loops"]].describe()
resume = results[["time", "size", "loops"]].describe()
return repetitions, resume


Expand Down

0 comments on commit fb8b271

Please sign in to comment.