xref: /aosp_15_r20/external/autotest/client/site_tests/hardware_MemoryZRAMThroughput/control (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
1# Copyright 2017 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
5NAME = 'hardware_MemoryZRAMThroughput'
6AUTHOR = 'The Chromium OS Authors'
7PURPOSE = 'Measure page access throughput, with and without ZRAM.'
8ATTRIBUTES = "suite:crosbolt_perf_weekly"
9TIME='SHORT'
10TEST_CATEGORY = 'Performance'
11TEST_CLASS = "hardware"
12TEST_TYPE = 'client'
13JOB_RETRIES = 2
14PY_VERSION = 3
15
16DOC = """
17This test uses AutoTest's utils.memtotal() and utils.swaptotal().
18"""
19
20job.run_test('hardware_MemoryZRAMThroughput')
21