diff options
author | John Wren Kennedy <[email protected]> | 2018-02-28 10:38:37 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2018-02-28 10:38:37 -0800 |
commit | e086e717c3fc2c5b0867ee4b5ec07200a53b8dac (patch) | |
tree | 46414f6e3f06a53cae542fba7e8694c6254f27da /tests/zfs-tests/include | |
parent | d699aaef09fd8d71ad72c92f18219e97dc1f45e6 (diff) |
Add ZFS perf test for dbuf cache
This change adds a test for sequential reads out of the dbuf cache.
It's essentially a copy of sequential_reads_cached, using a smaller
data set. The sequential read tests are renamed to differentiate them.
Authored by: Dan Kimmel <[email protected]>
Reviewed by: Paul Dagnelie <[email protected]>
Reviewed by: Matt Ahrens <[email protected]>
Reviewed by: George Wilson <[email protected]>
Reviewed by: Brian Behlendorf <[email protected]>
Signed-off-by: John Wren Kennedy <[email protected]>
Closes #7225
Diffstat (limited to 'tests/zfs-tests/include')
-rw-r--r-- | tests/zfs-tests/include/commands.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/zfs-tests/include/commands.cfg b/tests/zfs-tests/include/commands.cfg index 0600fe71c..ca734d39f 100644 --- a/tests/zfs-tests/include/commands.cfg +++ b/tests/zfs-tests/include/commands.cfg @@ -44,6 +44,7 @@ export SYSTEM_FILES='arp file find fio + free getconf getent getfacl |