Home | History | Annotate | Download | only in hardware_MemoryZRAMThroughput
      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 
      5 NAME = 'hardware_MemoryZRAMThroughput'
      6 AUTHOR = 'The Chromium OS Authors'
      7 PURPOSE = 'Measure page access throughput, with and without ZRAM.'
      8 ATTRIBUTES = "suite:crosbolt_perf_weekly"
      9 TIME='SHORT'
     10 TEST_CATEGORY = 'Performance'
     11 TEST_CLASS = "hardware"
     12 TEST_TYPE = 'client'
     13 JOB_RETRIES = 2
     14 
     15 DOC = """
     16 This test uses AutoTest's utils.memtotal() and utils.swaptotal().
     17 """
     18 
     19 job.run_test('hardware_MemoryZRAMThroughput')
     20