aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/profiling
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2017-09-28 19:20:02 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2017-09-28 19:20:02 -0700
commitc2d5edfef59a35a4258e9f1fb9b1078f97436c20 (patch)
tree1f007680f6db5cf4bebe91da0ade9f7851d069f0 /tools/profiling
parent460af54440c944129d2dc3bd351ab3c43bfa1185 (diff)
Increase CPU cost
Diffstat (limited to 'tools/profiling')
-rwxr-xr-xtools/profiling/microbenchmarks/bm_diff/bm_run.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/profiling/microbenchmarks/bm_diff/bm_run.py b/tools/profiling/microbenchmarks/bm_diff/bm_run.py
index d80ce3b611..81db5a226a 100755
--- a/tools/profiling/microbenchmarks/bm_diff/bm_run.py
+++ b/tools/profiling/microbenchmarks/bm_diff/bm_run.py
@@ -95,6 +95,7 @@ def _collect_bm_data(bm, cfg, name, regex, idx, loops):
shortname='%s %s %s %s %d/%d' % (bm, line, cfg, name, idx + 1,
loops),
verbose_success=True,
+ cpu_cost=2,
timeout_seconds=60 * 60)) # one hour
return jobs_list