| 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):
|
|
|