aboutsummaryrefslogtreecommitdiffstats
path: root/tests/runfiles/perf-regression.run
diff options
context:
space:
mode:
authorAhmed Gahnem <[email protected]>2018-06-26 16:30:56 -0600
committerBrian Behlendorf <[email protected]>2018-07-02 13:46:06 -0700
commit4e82b4be78b0febb2a6add5dc070f34b27a4b786 (patch)
tree1fa24e1e7c52dd6adfacfd40eb5cf47379d75af1 /tests/runfiles/perf-regression.run
parent370bbf66aec5b4208fc8e49dfbc0d9e395f2e8f3 (diff)
OpenZFS 9184 - Add ZFS performance test for fixed blocksize random read/write IO
This change introduces a new performance test which does random reads and writes, but instead of using `bssplit` to determine the block size, it uses a fixed blocksize. Additionally, some new IO sizes are added to other tests and timestamp data is recorded with the performance data. Authored by: Ahmed Gahnem <[email protected]> Reviewed by: Dan Kimmel <[email protected]> Reviewed by: John Kennedy <[email protected]> Reviewed-by: George Melikov <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Tony Nguyen <[email protected]> Ported-by: John Kennedy <[email protected]> Signed-off-by: John Wren Kennedy <[email protected]> Requires-builders: perf OpenZFS-issue: https://www.illumos.org/issues/9184 OpenZFS-commit: https://github.com/openzfs/openzfs/pull/659 External-issue: DLPX-46724 Closes #7660
Diffstat (limited to 'tests/runfiles/perf-regression.run')
-rw-r--r--tests/runfiles/perf-regression.run3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/runfiles/perf-regression.run b/tests/runfiles/perf-regression.run
index d10ff8836..ec081040d 100644
--- a/tests/runfiles/perf-regression.run
+++ b/tests/runfiles/perf-regression.run
@@ -27,6 +27,7 @@ tags = ['perf']
[tests/perf/regression]
tests = ['sequential_writes', 'sequential_reads', 'sequential_reads_arc_cached',
'sequential_reads_arc_cached_clone', 'sequential_reads_dbuf_cached',
- 'random_reads', 'random_writes', 'random_readwrite', 'random_writes_zil']
+ 'random_reads', 'random_writes', 'random_readwrite', 'random_writes_zil',
+ 'random_readwrite_fixed']
post =
tags = ['perf', 'regression']