From 47f6dc732db83a5aa183f2f67a5bd66b3f94069b Mon Sep 17 00:00:00 2001 From: Craig Tiller <ctiller@google.com> Date: Wed, 19 Apr 2017 14:42:22 -0700 Subject: [PATCH] more reasonable? --- test/cpp/microbenchmarks/bm_fullstack_trickle.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cpp/microbenchmarks/bm_fullstack_trickle.cc b/test/cpp/microbenchmarks/bm_fullstack_trickle.cc index e321de0e531..2bf1c931e61 100644 --- a/test/cpp/microbenchmarks/bm_fullstack_trickle.cc +++ b/test/cpp/microbenchmarks/bm_fullstack_trickle.cc @@ -49,7 +49,7 @@ extern "C" { DEFINE_bool(log, false, "Log state to CSV files"); DEFINE_int32( - warmup_megabytes, 10, + warmup_megabytes, 1, "Number of megabytes to pump before collecting flow control stats"); DEFINE_int32( warmup_iterations, 100,