Skip to content

Commit 225a0bc

Browse files
allow more drift
1 parent 6c5be78 commit 225a0bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

js/misc.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ function get_timing(METRIC) {
119119
// tested 20/10mn timestamps over ~12s/6s = ~750/370 unique times
120120
// the longer since the first time, the more decimal points drift
121121
// so 0's become 0.1's then 0.2's etc: 6s seems to limit drift to 1 decimal point
122-
0, 0.1, 0.2, 0.3,
123-
16.6, 16.7, 16.8, 16.9,
124-
33.3, 33.4, 33.5, 33.36,
122+
0, 0.1, 0.2, 0.3, 0.4,
123+
16.6, 16.7, 16.8, 16.9, 17,
124+
33.3, 33.4, 33.5, 33.6, 33.7,
125125
],
126126
'ten': [0, 10, 20, 30, 40],
127127
}

0 commit comments

Comments
 (0)