| Index: tools/perf/benchmarks/octane.py
|
| diff --git a/tools/perf/benchmarks/octane.py b/tools/perf/benchmarks/octane.py
|
| index 4fdecaea8475beec35781b9db3d911ee22001a52..ce20745d626c83d009f9decd0586d5228e7acc97 100644
|
| --- a/tools/perf/benchmarks/octane.py
|
| +++ b/tools/perf/benchmarks/octane.py
|
| @@ -137,6 +137,10 @@ class Octane(benchmark.Benchmark):
|
| """
|
| test = _OctaneMeasurement
|
|
|
| + @classmethod
|
| + def Name(cls):
|
| + return 'octane'
|
| +
|
| def CreatePageSet(self, options):
|
| ps = page_set.PageSet(
|
| archive_data_file='../page_sets/data/octane.json',
|
|
|