Merge pull request #8867 from ctiller/fixit6

Reduce pre-generated key count
pull/8898/head
Craig Tiller 8 years ago committed by GitHub
commit 9178ba2924
  1. 2
      test/cpp/microbenchmarks/bm_fullstack.cc

@ -232,7 +232,7 @@ class InProcessCHTTP2 : public EndpointPairFixture {
* CONTEXT MUTATORS
*/
static const int kPregenerateKeyCount = 10000000;
static const int kPregenerateKeyCount = 100000;
template <class F>
auto MakeVector(size_t length, F f) -> std::vector<decltype(f())> {

Loading…
Cancel
Save