| Index: tools/perf/measurements/startup.py
|
| diff --git a/tools/perf/measurements/startup.py b/tools/perf/measurements/startup.py
|
| index 609a621c87ab71a936b0484d26aede8b025fda39..51a90050ac2ff349e0409a2c420deb96f6bdb745 100644
|
| --- a/tools/perf/measurements/startup.py
|
| +++ b/tools/perf/measurements/startup.py
|
| @@ -15,7 +15,7 @@ class Startup(page_test.PageTest):
|
| repeat the page set to ensure it's cached.
|
| """
|
|
|
| - def __init__(self, cold=False, action_name_to_run=''):
|
| + def __init__(self, cold=False, action_name_to_run='RunPageInteractions'):
|
| super(Startup, self).__init__(needs_browser_restart_after_each_page=True,
|
| action_name_to_run=action_name_to_run)
|
| self._cold = cold
|
|
|