Skip to content

Commit

Permalink
No issue: add stdev to analyze_durations.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcomella committed Nov 14, 2022
1 parent f9bde89 commit 8ea437e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions analyze_durations.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ def to_stats(measurements_arr):
'min': min(measurements_arr),
'replicate_count': len(measurements_arr),
'replicates': measurements_arr,
'stdev': stat.stdev(measurements_arr),
}


Expand Down

0 comments on commit 8ea437e

Please sign in to comment.