diff --git a/test/cpp/microbenchmarks/bm_chttp2.cc b/test/cpp/microbenchmarks/bm_chttp2.cc index 275e1d085d6f52a984cc53054223297612b304f2..5ec517aaf3c72bfcff7db9295709ac7cae0bf745 100644 --- a/test/cpp/microbenchmarks/bm_chttp2.cc +++ b/test/cpp/microbenchmarks/bm_chttp2.cc @@ -284,6 +284,7 @@ class IndexedSingleStaticElem { }; BENCHMARK_TEMPLATE(BM_HpackParserParseHeader, EmptyBatch); +BENCHMARK_TEMPLATE(BM_HpackParserParseHeader, IndexedSingleStaticElem); } // namespace hpack_parser_fixtures