| Index: tools/perf/benchmarks/jsgamebench.py
|
| diff --git a/tools/perf/benchmarks/jsgamebench.py b/tools/perf/benchmarks/jsgamebench.py
|
| index 63a58e3747e1b960bc722b4845e945b2093be850..4074b24230271674f369b35aeb92552562815a8b 100644
|
| --- a/tools/perf/benchmarks/jsgamebench.py
|
| +++ b/tools/perf/benchmarks/jsgamebench.py
|
| @@ -27,7 +27,7 @@ class Jsgamebench(test.Test):
|
|
|
| def CreatePageSet(self, options):
|
| return page_set.PageSet.FromDict({
|
| - 'archive_data_file': '../data/jsgamebench.json',
|
| + 'archive_data_file': '../page_sets/data/jsgamebench.json',
|
| 'pages': [
|
| { 'url': 'http://localhost/' }
|
| ]
|
|
|