From 5dc3d8a96bb203abc1ee050cd0c884f2ab989dba Mon Sep 17 00:00:00 2001 From: chenzizhan Date: Thu, 11 Jul 2024 16:14:09 +0800 Subject: spread sketch merge, reset --- test/test_fuzz_test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/test_fuzz_test.cpp') 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 -- cgit v1.2.3