• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2020 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
5AUTHOR = "mqg"
6NAME = "power_Speedometer2"
7PURPOSE = "Run Speedometer2 test and collect power data."
8CRITERIA = "This test is a benchmark."
9TIME = "SHORT"
10TEST_CATEGORY = "Benchmark"
11TEST_CLASS = "power"
12TEST_TYPE = "client"
13ATTRIBUTES = "suite:power_daily"
14
15DOC = """
16Run Speedometer2 test and collect power data. Test should be ~3 minutes.
17"""
18
19args_dict = utils.args_to_dict(args)
20pdash_note = args_dict.get('pdash_note', '')
21job.run_test('power_Speedometer2', pdash_note=pdash_note)
22