1 # Copyright 2018 The Chromium OS Authors. All rights reserved. 2 # Use of this source code is governed by a BSD-style license that can be 3 # found in the LICENSE file. 4 5 AUTHOR = "The Chromium OS Authors" 6 NAME = "platform_InitLoginPerf" 7 PURPOSE = "Measures first boot initialization and login performance" 8 TIME = "MEDIUM" 9 TEST_CATEGORY = "Benchmark" 10 TEST_CLASS = "platform" 11 TEST_TYPE = "client" 12 13 DOC = """ 14 This is the client-side test that goes through initialization and logins and 15 measures performance. The stages are called by platform_InitLoginPerfServer. 16 """ 17 18 job.run_test('platform_InitLoginPerf') 19