| Index: tools/run-deopt-fuzzer.py
|
| diff --git a/tools/run-deopt-fuzzer.py b/tools/run-deopt-fuzzer.py
|
| index f7ec819ecd09b85dcbda0d07b5b95ae6808bcff4..67be453542b4222ef04a6fdfa46327f2aa1eddf7 100755
|
| --- a/tools/run-deopt-fuzzer.py
|
| +++ b/tools/run-deopt-fuzzer.py
|
| @@ -380,7 +380,8 @@ def Execute(arch, mode, args, options, suites, workspace):
|
| 0, # Don't rerun failing tests.
|
| 0, # No use of a rerun-failing-tests maximum.
|
| False, # No predictable mode.
|
| - False) # No no_harness mode.
|
| + False, # No no_harness mode.
|
| + False) # Don't use perf data.
|
|
|
| # Find available test suites and read test cases from them.
|
| variables = {
|
|
|