Skip to content

Commit 8ffd947

Browse files
fix(core): remove unused variables
1 parent 308c879 commit 8ffd947

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

core/src/walltime.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818

1919
namespace codspeed {
2020

21-
const double IQR_OUTLIER_FACTOR = 1.5;
22-
const double STDEV_OUTLIER_FACTOR = 3.0;
23-
2421
// Times are per iteration
2522
struct BenchmarkStats {
2623
double min_ns;

0 commit comments

Comments
 (0)