Skip to content
Snippets Groups Projects
Commit 9178ba29 authored by Craig Tiller's avatar Craig Tiller Committed by GitHub
Browse files

Merge pull request #8867 from ctiller/fixit6

Reduce pre-generated key count
parents 30f4b81f 6d742256
No related branches found
No related tags found
No related merge requests found
......@@ -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())> {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment