xref: /aosp_15_r20/external/autotest/client/site_tests/hardware_StorageTrim/control (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
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
5NAME = 'hardware_StorageTrim'
6AUTHOR = 'puthik'
7PURPOSE = 'Measure write performance before and after trim. (for SSD)'
8TIME = 'LENGTHY'
9TEST_CLASS = 'hardware'
10TEST_TYPE = 'client'
11PY_VERSION = 3
12
13DOC = """
14This test done the following. Fill the drive 2 times using random write.
15Measure write performance. Trim all the disk. Measure write performance.
16"""
17
18job.run_test('hardware_StorageTrim')
19