Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(144)

Side by Side Diff: server/site_tests/platform_BootPerfServer/control

Issue 3284002: By default, run 10 iterations of platform_BootPerfServer (Closed) Base URL: http://git.chromium.org/git/autotest.git
Patch Set: Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2009 The Chromium OS Authors. All rights reserved. 1 # Copyright (c) 2009 The Chromium OS Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 AUTHOR = "Chrome OS Team" 5 AUTHOR = "Chrome OS Team"
6 NAME = "BootPerfServer" 6 NAME = "BootPerfServer"
7 TIME = "SHORT" 7 TIME = "SHORT"
8 TEST_CATEGORY = "Benchmark" 8 TEST_CATEGORY = "Benchmark"
9 TEST_CLASS = "platform" 9 TEST_CLASS = "platform"
10 TEST_TYPE = "server" 10 TEST_TYPE = "server"
11 11
12 DOC = """ 12 DOC = """
13 This test reboots the client and uses the client-side platform_BootPerf test 13 This test reboots the client and uses the client-side platform_BootPerf test
14 to collect boot performance metrics. 14 to collect boot performance metrics.
15 """ 15 """
16 16
17 def run_bootperf(machine): 17 def run_bootperf(machine):
18 host = hosts.create_host(machine) 18 host = hosts.create_host(machine)
19 job.run_test("platform_BootPerfServer", host=host) 19 job.run_test("platform_BootPerfServer", host=host, iterations=10)
20 20
21 parallel_simple(run_bootperf, machines) 21 parallel_simple(run_bootperf, machines)
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698