| Index: tools/perf/benchmarks/v8.py
|
| diff --git a/tools/perf/benchmarks/v8.py b/tools/perf/benchmarks/v8.py
|
| index 92ad47e446af11f3b407fc1607024a7b4de63519..b3bbf7a071c735ae9ca641e4a21bd80d1457a12a 100644
|
| --- a/tools/perf/benchmarks/v8.py
|
| +++ b/tools/perf/benchmarks/v8.py
|
| @@ -133,10 +133,6 @@ class V8TodoMVC(perf_benchmark.PerfBenchmark):
|
| def Name(cls):
|
| return 'v8.todomvc'
|
|
|
| - @classmethod
|
| - def ShouldTearDownStateAfterEachStoryRun(cls):
|
| - return True
|
| -
|
|
|
| # Disabled on reference builds because they don't support the new
|
| # Tracing.requestMemoryDump DevTools API. See http://crbug.com/540022.
|
|
|