Skip to content

Commit

Permalink
increase threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
hannojg committed Oct 27, 2023
1 parent fbccf71 commit 0826b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/compare/compare.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const PROBABILITY_CONSIDERED_SIGNIFICANCE = 0.02;
* This is additional filter, in addition to probability threshold above.
* Too small duration difference might be result of measurement grain of 1 ms.
*/
const DURATION_DIFF_THRESHOLD_SIGNIFICANCE = 50;
const DURATION_DIFF_THRESHOLD_SIGNIFICANCE = 100;

const loadFile = (path) =>
fs.readFile(path, 'utf8').then((data) => {
Expand Down

0 comments on commit 0826b11

Please sign in to comment.