| Index: tools/testrunner/local/execution.py
|
| diff --git a/tools/testrunner/local/execution.py b/tools/testrunner/local/execution.py
|
| index ff59f0bc1edae670b18e0d5c269348aca38f633d..d9d72f459e9055ee165bebfd6dc1ee990cc143e9 100644
|
| --- a/tools/testrunner/local/execution.py
|
| +++ b/tools/testrunner/local/execution.py
|
| @@ -64,7 +64,8 @@ class Runner(object):
|
|
|
| def __init__(self, suites, progress_indicator, context):
|
| self.datapath = os.path.join("out", "testrunner_data")
|
| - self.perf_data_manager = perfdata.PerfDataManager(self.datapath)
|
| + self.perf_data_manager = perfdata.GetPerfDataManager(
|
| + context, self.datapath)
|
| self.perfdata = self.perf_data_manager.GetStore(context.arch, context.mode)
|
| self.perf_failures = False
|
| self.printed_allocations = False
|
|
|