aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/profiling
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2017-11-06 15:46:37 -0800
committerGravatar ncteisen <ncteisen@gmail.com>2017-11-06 15:46:37 -0800
commit4df6a6440372a4a0c6f6c031aab5e9f0e97f99cb (patch)
tree7768600ecb2c3a2c238ef18d2a9b39777d9a1925 /tools/profiling
parent6da4f51e06f4077af5beb057ec5316c4ed5229ee (diff)
Change default bm_diff loops to 10
Diffstat (limited to 'tools/profiling')
-rwxr-xr-xtools/profiling/microbenchmarks/bm_diff/bm_main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/profiling/microbenchmarks/bm_diff/bm_main.py b/tools/profiling/microbenchmarks/bm_diff/bm_main.py
index 516d110b97..74b7174f5d 100755
--- a/tools/profiling/microbenchmarks/bm_diff/bm_main.py
+++ b/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(