diff options
| author | chenzizhan <[email protected]> | 2024-10-14 16:35:24 +0800 |
|---|---|---|
| committer | chenzizhan <[email protected]> | 2024-10-14 16:35:24 +0800 |
| commit | b36cea9c3dd7c386632c950cdfe392a329afc0b1 (patch) | |
| tree | 1d3c795060c5d697e281dbfd1cf2b455d420e2d8 /test/test_fuzz_test.cpp | |
| parent | f0a4d5ae3c6f0c767ff11c5d9aa381badf83e4bc (diff) | |
Revert "performance: enable uthash bloom filter"
This reverts commit f0a4d5ae3c6f0c767ff11c5d9aa381badf83e4bc.
Diffstat (limited to 'test/test_fuzz_test.cpp')
| -rw-r--r-- | test/test_fuzz_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_fuzz_test.cpp b/test/test_fuzz_test.cpp index 1278a9e..34c0711 100644 --- a/test/test_fuzz_test.cpp +++ b/test/test_fuzz_test.cpp @@ -475,7 +475,7 @@ TEST(Fuzz_test, many_instance_random_flow_unregister_calibrate_reset_fork_merge_ est_total += value_est; true_total += value_true; } - EXPECT_LE(abs(est_total - true_total) / true_total, 0.25); + EXPECT_LE(abs(est_total - true_total) / true_total, 0.2); // printf("spreadsketch Mean ratio e: %f\n", abs(est_total - true_total) / true_total); for (size_t j = 0; j < cell_num; j++) { |
