There was an error while loading. Please reload this page.
1 parent ae3ae9a commit 85fb37bCopy full SHA for 85fb37b
1 file changed
benchmark/perfdiff.cpp
@@ -44,8 +44,8 @@ double readThroughput(std::string parseOutput) {
44
return result / numResults;
45
}
46
47
-const double INTERLEAVED_ATTEMPTS = 6;
48
-const double PERCENT_DIFFERENCE_THRESHOLD = -0.2;
+const double INTERLEAVED_ATTEMPTS = 7;
+const double PERCENT_DIFFERENCE_THRESHOLD = -0.5;
49
50
int main(int argc, char *argv[]) {
51
if (argc != 3) {
0 commit comments