Skip to content

Commit

Permalink
Update filter_chain_benchmark_test.cc (#10850)
Browse files Browse the repository at this point in the history
Signed-off-by: Kateryna Nezdolii <nezdolik@spotify.com>
  • Loading branch information
Kateryna Nezdolii authored Apr 20, 2020
1 parent b9297ae commit 5b7d3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/server/filter_chain_benchmark_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ const char YamlSingleDstPortBottom[] = R"EOF(

class FilterChainBenchmarkFixture : public benchmark::Fixture {
public:
void SetUp(const ::benchmark::State& state) override {
void SetUp(::benchmark::State& state) override {
int64_t input_size = state.range(0);
std::vector<std::string> port_chains;
port_chains.reserve(input_size);
Expand Down

0 comments on commit 5b7d3af

Please sign in to comment.