diff options
| author | chenzizhan <[email protected]> | 2024-07-15 16:12:36 +0800 |
|---|---|---|
| committer | chenzizhan <[email protected]> | 2024-07-15 16:12:36 +0800 |
| commit | 21e75c319bffa19b5f04af51edb74c69ec6e0a94 (patch) | |
| tree | f227227b682cc2e67556eda10ba2539f6692dc9c /test/test_fuzz_test.cpp | |
| parent | e97ea6cc29970f1c31a1a9bb23d2507c88e31b37 (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.cpp | 2 |
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(); |
