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

Unified Diff: scripts/slave/recipe_modules/v8/example.expected/perf_failures.json

Issue 1146093002: Adding api option to download test data before a perf run. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 7 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 | « scripts/slave/recipe_modules/v8/example.expected/forced_build.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/v8/example.expected/perf_failures.json
diff --git a/scripts/slave/recipe_modules/v8/example.expected/perf_failures.json b/scripts/slave/recipe_modules/v8/example.expected/perf_failures.json
index 871430f7407c19857b7128184b24db1442c85001..ae34289e05124b46008de5e2a4b9190e187557f2 100644
--- a/scripts/slave/recipe_modules/v8/example.expected/perf_failures.json
+++ b/scripts/slave/recipe_modules/v8/example.expected/perf_failures.json
@@ -70,6 +70,17 @@
"cmd": [
"python",
"-u",
+ "[SLAVE_BUILD]/v8/tools/run-test.py",
+ "--download-data-only",
+ "foo"
+ ],
+ "cwd": "[SLAVE_BUILD]/v8",
+ "name": "Example2 - download-data"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
"[SLAVE_BUILD]/v8/tools/run_perf.py",
"--arch",
"x64",
« no previous file with comments | « scripts/slave/recipe_modules/v8/example.expected/forced_build.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698