aboutsummaryrefslogtreecommitdiff
path: root/client/site_tests/hardware_MemoryZRAMThroughput/control
blob: f8ca83d906993d0ca0e3e0e8f56ea184d617a046 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 2017 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

NAME = 'hardware_MemoryZRAMThroughput'
AUTHOR = 'The Chromium OS Authors'
PURPOSE = 'Measure page access throughput, with and without ZRAM.'
ATTRIBUTES = "suite:crosbolt_perf_weekly"
TIME='SHORT'
TEST_CATEGORY = 'Performance'
TEST_CLASS = "hardware"
TEST_TYPE = 'client'
JOB_RETRIES = 2

DOC = """
This test uses AutoTest's utils.memtotal() and utils.swaptotal().
"""

job.run_test('hardware_MemoryZRAMThroughput')