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

Unified Diff: tools/perf/benchmarks/v8_helper.py

Issue 2205303002: [Benchmark] Update Ignition benchmarks to --ignition-staging (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/v8_helper.py
diff --git a/tools/perf/benchmarks/v8_helper.py b/tools/perf/benchmarks/v8_helper.py
index 810125923ac32885b0cf36b6487250a62e9f713d..19ecab36b9d6de69a63740e8816d7f8fb3e5b3ed 100644
--- a/tools/perf/benchmarks/v8_helper.py
+++ b/tools/perf/benchmarks/v8_helper.py
@@ -6,7 +6,7 @@ _JS_FLAGS_SWITCH = '--js-flags='
def EnableIgnition(options):
- AppendJSFlags(options, '--ignition')
+ AppendJSFlags(options, '--ignition-staging')
def AppendJSFlags(options, js_flags):
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698