diff options
author | Craig Tiller <ctiller@google.com> | 2017-04-20 16:14:51 +0000 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-04-20 16:14:51 +0000 |
commit | 7bc14b5dcf2be9e7a9b68f06e060b0e8ead0aa99 (patch) | |
tree | 3a162a8f9bd9d532136da09e6915cabc9c29ccc9 /tools/profiling/microbenchmarks/bm_diff.py | |
parent | 1d15194027649936ab579aeeba81240252e13d2f (diff) | |
parent | d93a8bead39ab112b808a248adb4576e4c9ce766 (diff) |
Merge github.com:grpc/grpc into epex4
Diffstat (limited to 'tools/profiling/microbenchmarks/bm_diff.py')
-rwxr-xr-x | tools/profiling/microbenchmarks/bm_diff.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/profiling/microbenchmarks/bm_diff.py b/tools/profiling/microbenchmarks/bm_diff.py index f1b6ef1ab9..09b62ae1c9 100755 --- a/tools/profiling/microbenchmarks/bm_diff.py +++ b/tools/profiling/microbenchmarks/bm_diff.py @@ -98,7 +98,7 @@ argp.add_argument('-t', '--track', argp.add_argument('-b', '--benchmarks', nargs='+', choices=_AVAILABLE_BENCHMARK_TESTS, default=['bm_cq']) argp.add_argument('-d', '--diff_base', type=str) argp.add_argument('-r', '--repetitions', type=int, default=1) -argp.add_argument('-l', '--loops', type=int, default=12) +argp.add_argument('-l', '--loops', type=int, default=20) argp.add_argument('-j', '--jobs', type=int, default=multiprocessing.cpu_count()) args = argp.parse_args() @@ -247,4 +247,3 @@ def finalize(): eintr_be_gone(finalize) - |