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

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

Issue 2711143002: Removes ignition specific benchmarks. (Closed)
Patch Set: Rebased the patch. And re-ran tools/perf/generate_perf_json.py. Created 3 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/perf/benchmarks/v8_browsing.py ('k') | 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 6eb8d4d15b9cdc03a29b6e8b043adaa4e6a2b84f..c4c7a8b534d0fc657432905bf066e2f61c55acb2 100644
--- a/tools/perf/benchmarks/v8_helper.py
+++ b/tools/perf/benchmarks/v8_helper.py
@@ -5,10 +5,6 @@
_JS_FLAGS_SWITCH = '--js-flags='
-def EnableIgnition(options):
- AppendJSFlags(options, '--ignition-staging')
-
-
def EnableTurbo(options):
AppendJSFlags(options, '--ignition-staging')
AppendJSFlags(options, '--turbo')
« no previous file with comments | « tools/perf/benchmarks/v8_browsing.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698