summaryrefslogtreecommitdiff
path: root/test/test_fuzz_test.cpp
diff options
context:
space:
mode:
authorchenzizhan <[email protected]>2024-07-15 16:12:36 +0800
committerchenzizhan <[email protected]>2024-07-15 16:12:36 +0800
commit21e75c319bffa19b5f04af51edb74c69ec6e0a94 (patch)
treef227227b682cc2e67556eda10ba2539f6692dc9c /test/test_fuzz_test.cpp
parente97ea6cc29970f1c31a1a9bb23d2507c88e31b37 (diff)
wip, add primary metric to spread sketchrefactor-heavykeeper-newkey-sswithprimarymetric
Diffstat (limited to 'test/test_fuzz_test.cpp')
-rw-r--r--test/test_fuzz_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_fuzz_test.cpp b/test/test_fuzz_test.cpp
index 3b91f68..533217a 100644
--- a/test/test_fuzz_test.cpp
+++ b/test/test_fuzz_test.cpp
@@ -560,7 +560,7 @@ TEST(Fuzz_test, simple_one_for_perf)
int main(int argc, char *argv[])
{
testing::InitGoogleTest(&argc, argv);
- testing::GTEST_FLAG(filter) = "*spreadsketch";
+ // testing::GTEST_FLAG(filter) = "*spreadsketch";
// testing::GTEST_FLAG(filter) = "-Fuzz_test.simple_one_for_perf";
return RUN_ALL_TESTS();