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

Unified Diff: tools/nanobench_flags.json

Issue 986583004: Run Valgrind bots with --nogpu and --nocpu as appropriate (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: nanobench Created 5 years, 9 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/dm_flags.py ('k') | tools/nanobench_flags.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/nanobench_flags.json
diff --git a/tools/nanobench_flags.json b/tools/nanobench_flags.json
index 2317123e898a9c30cadae71c05544548b2cb229a..a9aa6cd02e01bbb5999e46bfcbe52a8ac67d1402 100644
--- a/tools/nanobench_flags.json
+++ b/tools/nanobench_flags.json
@@ -34,7 +34,7 @@
"--match",
"skp"
],
- "Test-Ubuntu12-ShuttleA-GTX550Ti-x86_64-Release-Valgrind": [
+ "Test-Ubuntu12-ShuttleA-GTX550Ti-x86_64-Release-Valgrind_CPU": [
"--scales",
"1.0",
"1.1",
@@ -50,7 +50,27 @@
"--loops",
"1",
"--samples",
- "1"
+ "1",
+ "--nogpu"
+ ],
+ "Test-Ubuntu12-ShuttleA-GTX550Ti-x86_64-Release-Valgrind_GPU": [
+ "--scales",
+ "1.0",
+ "1.1",
+ "--config",
+ "565",
+ "8888",
+ "gpu",
+ "nonrendering",
+ "angle",
+ "hwui",
+ "msaa16",
+ "nvprmsaa16",
+ "--loops",
+ "1",
+ "--samples",
+ "1",
+ "--nocpu"
],
"Test-Win7-ShuttleA-HD2000-x86-Debug-ANGLE": [
"--scales",
« no previous file with comments | « tools/dm_flags.py ('k') | tools/nanobench_flags.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698