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

Unified Diff: tools/nanobench_flags.json

Issue 992203004: Fix bug in Valgrind flags config. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Valgrind_ 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 a9aa6cd02e01bbb5999e46bfcbe52a8ac67d1402..c98c2e15029b5d57a61c7b4f2377914d7708eab1 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_CPU": [
+ "Test-Ubuntu12-ShuttleA-GTX550Ti-x86_64-Release-Valgrind_GPU": [
"--scales",
"1.0",
"1.1",
@@ -51,9 +51,9 @@
"1",
"--samples",
"1",
- "--nogpu"
+ "--nocpu"
],
- "Test-Ubuntu12-ShuttleA-GTX550Ti-x86_64-Release-Valgrind_GPU": [
+ "Test-Ubuntu14-GCE-NoGPU-x86_64-Release-Valgrind_CPU": [
"--scales",
"1.0",
"1.1",
@@ -70,7 +70,7 @@
"1",
"--samples",
"1",
- "--nocpu"
+ "--nogpu"
],
"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