From 29dd982487e32bdbad8244337049d0c6e734a600 Mon Sep 17 00:00:00 2001 From: Craig Tiller <ctiller@google.com> Date: Wed, 22 Feb 2017 16:49:47 -0800 Subject: [PATCH] ... --- test/cpp/microbenchmarks/bm_chttp2.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/test/cpp/microbenchmarks/bm_chttp2.cc b/test/cpp/microbenchmarks/bm_chttp2.cc index 275e1d085d..5ec517aaf3 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 -- GitLab