diff options
| author | mzuenni <michi.zuendorf@gmail.com> | 2024-09-05 14:20:50 +0200 |
|---|---|---|
| committer | mzuenni <michi.zuendorf@gmail.com> | 2024-09-05 14:20:50 +0200 |
| commit | 65e5812f5b88989ea3ce4ac232f882004c60cc73 (patch) | |
| tree | 996dad7bde7338ed95835cf8a39d5520b58c8fa0 /test/datastructures/dynamicConvexHull.cpp | |
| parent | 1abc08be606b7379bb1b9c5150bf73841a4b9c66 (diff) | |
more tests
Diffstat (limited to 'test/datastructures/dynamicConvexHull.cpp')
| -rw-r--r-- | test/datastructures/dynamicConvexHull.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/datastructures/dynamicConvexHull.cpp b/test/datastructures/dynamicConvexHull.cpp index f163397..e0345af 100644 --- a/test/datastructures/dynamicConvexHull.cpp +++ b/test/datastructures/dynamicConvexHull.cpp @@ -55,7 +55,7 @@ void performance_test() { hash += hd.query(x); t.stop(); } - if (t.time > 100) cerr << "too slow: " << t.time << FAIL; + if (t.time > 200) cerr << "too slow: " << t.time << FAIL; cerr << "tested performance: " << t.time << "ms (hash: " << hash << ")" << endl; } |
