Skip to content

Commit 0d2d059

Browse files
committed
fix: match codspeed-rust STDEV_OUTLIER_FACTOR (3.0)
1 parent 1888db7 commit 0d2d059

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jmh-fork/jmh-core/src/main/java/io/codspeed/result/WalltimeBenchmark.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
public class WalltimeBenchmark {
77
private static final double IQR_OUTLIER_FACTOR = 1.5;
8-
private static final double STDEV_OUTLIER_FACTOR = 2.0;
8+
private static final double STDEV_OUTLIER_FACTOR = 3.0;
99

1010
private final String name;
1111
private final String uri;

0 commit comments

Comments
 (0)