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