Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: tools/nanobench_flags.py

Issue 1554193002: On Valgrind bots, print a message every 20 minutes (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Print a message every 20 minutes (looks like valgrind times out after 40 min) Created 4 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/nanobench_flags.json ('k') | tools/valgrind.supp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/nanobench_flags.py
diff --git a/tools/nanobench_flags.py b/tools/nanobench_flags.py
index d461b202890739cac94eaf67c2c97b78025bda88..906137247bb1dd8f21b764f2a6d2a3e901b08940 100755
--- a/tools/nanobench_flags.py
+++ b/tools/nanobench_flags.py
@@ -56,6 +56,8 @@ def get_args(bot):
# Don't care about Valgrind performance.
args.extend(['--loops', '1'])
args.extend(['--samples', '1'])
+ # Ensure that the bot framework does not think we have timed out.
+ args.extend(['--keepAlive', 'true'])
if 'HD2000' in bot:
args.extend(['--GPUbenchTileW', '256'])
« no previous file with comments | « tools/nanobench_flags.json ('k') | tools/valgrind.supp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698