Skip to content

Commit 63737f3

Browse files
andreas-abelcopybara-github
authored andcommitted
Remove the Brotli and Flate benchmarks from the default set
PiperOrigin-RevId: 903355052 Change-Id: Id2aab3fd00fe125c764c7a338568a9fa3bd236c0
1 parent ced4eba commit 63737f3

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

fleetbench/compression/compression_benchmark.cc

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,7 @@ struct DefaultBenchmarkEntry {
5454
// and minimum iteration counts.
5555
absl::NoDestructor<absl::flat_hash_map<std::string, DefaultBenchmarkEntry>>
5656
kDefaultBenchmarks(
57-
{{"BM_COMPRESSION_Brotli_COMPRESS_Fleet",
58-
DefaultBenchmarkEntry{2, 18, 50'000'000}},
59-
{"BM_COMPRESSION_Brotli_DECOMPRESS_Fleet",
60-
DefaultBenchmarkEntry{2, 18, 100'000'000}},
61-
{"BM_COMPRESSION_Flate_COMPRESS_Fleet",
62-
DefaultBenchmarkEntry{6, 15, 20'000'000}},
63-
{"BM_COMPRESSION_Flate_DECOMPRESS_Fleet",
64-
DefaultBenchmarkEntry{6, 15, 300'000'000}},
65-
{"BM_COMPRESSION_Snappy_COMPRESS_Fleet",
57+
{{"BM_COMPRESSION_Snappy_COMPRESS_Fleet",
6658
DefaultBenchmarkEntry{std::nullopt, std::nullopt, 400'000'000}},
6759
{"BM_COMPRESSION_Snappy_DECOMPRESS_Fleet",
6860
DefaultBenchmarkEntry{std::nullopt, std::nullopt, 1'000'000'000}},

0 commit comments

Comments
 (0)