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

Unified Diff: scripts/slave/recipe_modules/v8/example.py

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
Index: scripts/slave/recipe_modules/v8/example.py
diff --git a/scripts/slave/recipe_modules/v8/example.py b/scripts/slave/recipe_modules/v8/example.py
index f08fc93fb3ba4527007636870ee3b4ecc1c3cfec..a139166603ded13e015ab5aac12c5a3d9cca1b77 100644
--- a/scripts/slave/recipe_modules/v8/example.py
+++ b/scripts/slave/recipe_modules/v8/example.py
@@ -29,6 +29,7 @@ def GenSteps(api):
'example2': {
'name': 'Example2',
'json': 'example2.json',
+ 'download_test': 'foo',
}
}
api.v8.runperf(api.v8.perf_tests, perf_config, category='ia32',
« no previous file with comments | « scripts/slave/recipe_modules/v8/api.py ('k') | scripts/slave/recipe_modules/v8/example.expected/forced_build.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698