Skip to content

Commit

Permalink
Merge pull request #13284 from ncteisen/faster-microbenchmarks
Browse files Browse the repository at this point in the history
Cut down microbenchmark time
  • Loading branch information
ncteisen committed Nov 7, 2017
2 parents d9f18a9 + 4df6a64 commit 4cd04b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/profiling/microbenchmarks/bm_diff/bm_main.py
Expand Up @@ -78,7 +78,7 @@ def _args():
'-l',
'--loops',
type=int,
default=20,
default=10,
help='Number of times to loops the benchmarks. More loops cuts down on noise'
)
argp.add_argument(
Expand Down

0 comments on commit 4cd04b3

Please sign in to comment.