Skip to content

Commit 85fb37b

Browse files
committed
Lower the bar for performance check
1 parent ae3ae9a commit 85fb37b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

benchmark/perfdiff.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ double readThroughput(std::string parseOutput) {
4444
return result / numResults;
4545
}
4646

47-
const double INTERLEAVED_ATTEMPTS = 6;
48-
const double PERCENT_DIFFERENCE_THRESHOLD = -0.2;
47+
const double INTERLEAVED_ATTEMPTS = 7;
48+
const double PERCENT_DIFFERENCE_THRESHOLD = -0.5;
4949

5050
int main(int argc, char *argv[]) {
5151
if (argc != 3) {

0 commit comments

Comments
 (0)