diff options
| author | chenzizhan <[email protected]> | 2024-07-11 16:14:09 +0800 |
|---|---|---|
| committer | chenzizhan <[email protected]> | 2024-07-11 16:14:09 +0800 |
| commit | 5dc3d8a96bb203abc1ee050cd0c884f2ab989dba (patch) | |
| tree | 38f5bc67522843c1cca51a30e413e4f8f9d1834e /test/test_fuzz_test.cpp | |
| parent | 677f337e195e3b9b6e416109df8d51c14da2791b (diff) | |
spread sketch merge, reset
Diffstat (limited to 'test/test_fuzz_test.cpp')
| -rw-r--r-- | test/test_fuzz_test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_fuzz_test.cpp b/test/test_fuzz_test.cpp index 38f68bc..8d896b5 100644 --- a/test/test_fuzz_test.cpp +++ b/test/test_fuzz_test.cpp @@ -431,8 +431,8 @@ TEST(Fuzz_test, simple_one_for_perf) int main(int argc, char *argv[]) { testing::InitGoogleTest(&argc, argv); - // testing::GTEST_FLAG(filter) = "Fuzz_test.many_instance_random_flow_unregister_calibrate_reset_fork_merge_topk"; - testing::GTEST_FLAG(filter) = "Fuzz_test.simple_one_for_perf"; + // testing::GTEST_FLAG(filter) = "Fuzz_test.add_and_reset_with_randomly_generated_flows_and_randomly_chosen_metric"; + testing::GTEST_FLAG(filter) = "-Fuzz_test.simple_one_for_perf"; return RUN_ALL_TESTS(); }
\ No newline at end of file |
