Change default bm_diff loops to 10

pull/13284/head
ncteisen 7 years ago
parent 6da4f51e06
commit 4df6a64403
  1. 2
      tools/profiling/microbenchmarks/bm_diff/bm_main.py

@ -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(

Loading…
Cancel
Save