Skip to content

Commit 7a74df9

Browse files
Yujie-Liurli9
authored andcommitted
jobs/fxmark.yaml: split different thread parameters
If the thread_nr parameter is not set explicitly, fxmark will run several rounds of tests in one job with different thread_nr value. This may have some potential issues: * We cannot know the monitor data is recorded in the period of which thread value. * The test under some specific thread value (such as 36 threads) may have tricky disk space contention issue that may produce unstable or invalid result. Suggested-by: Feng Tang <[email protected]> Signed-off-by: Yujie Liu <[email protected]> Signed-off-by: Philip Li <[email protected]>
1 parent 0cce664 commit 7a74df9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

jobs/fxmark.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,11 @@ fxmark:
4040
directio:
4141
- bufferedio
4242
- directio
43+
thread_nr:
44+
# - 1
45+
# - 2
46+
- 4
47+
- 18
48+
# - 36 # may have disk space contention issue
49+
- 54
50+
# - 72

0 commit comments

Comments
 (0)