Home | History | Annotate | Download | only in hardware_StorageTrim
      1 # Copyright (c) 2014 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_StorageTrim.mmc'
      6 AUTHOR = 'puthik'
      7 PURPOSE = 'Measure write performance before and after trim. (for eMMC)'
      8 TIME = 'LENGTHY'
      9 TEST_CLASS = 'hardware'
     10 TEST_TYPE = 'client'
     11 
     12 DOC = """
     13 This test done the following. Fill the drive 2 times using random write.
     14 Measure write performance. Trim all the disk. Measure write performance.
     15 """
     16 
     17 job.run_test('hardware_StorageTrim', dev='/dev/mmcblk0')
     18 
     19 
     20