File tree Expand file tree Collapse file tree 1 file changed +83
-1
lines changed Expand file tree Collapse file tree 1 file changed +83
-1
lines changed Original file line number Diff line number Diff line change 1
- << : jobs/stress-ng-1hdd.yaml
1
+ suite : stress-ng
2
+ testcase : stress-ng
3
+ category : benchmark
4
+
5
+ nr_threads : 100%
2
6
3
7
disk : 1SSD
8
+
9
+ testtime :
10
+ - 60s
11
+
12
+ fs :
13
+ - btrfs
14
+ - ext4
15
+ - xfs
16
+
17
+ stress-ng :
18
+ test :
19
+ - access
20
+ - acl
21
+ - aiol
22
+ - bind-mount
23
+ # - binderfs
24
+ - chdir
25
+ - chmod
26
+ - chown
27
+ - copy-file
28
+ - dentry
29
+ - dir
30
+ - dirdeep
31
+ - dirmany
32
+ - dnotify
33
+ - dup
34
+ - eventfd
35
+ - fallocate
36
+ - fcntl
37
+ - fiemap
38
+ - file-ioctl
39
+ - filename
40
+ - flock
41
+ - fpunch
42
+ - fsize
43
+ - fstat
44
+ - getdent
45
+ - handle
46
+ - hdd
47
+ - inode-flags
48
+ - inotify
49
+ - io
50
+ - iomix
51
+ - ioprio
52
+ - lease
53
+ - link
54
+ - locka
55
+ - lockf
56
+ - lockofd
57
+ - metamix
58
+ - mknod
59
+ - open
60
+ - procfs
61
+ - rawdev
62
+ - rename
63
+ - swap
64
+ - sync-file
65
+ - touch
66
+ - utime
67
+ # - verity
68
+ - xattr
69
+
70
+ ---
71
+ # Only the ext file system support chattr system call
72
+ fs :
73
+ - ext4
74
+
75
+ stress-ng :
76
+ test :
77
+ - chattr
78
+
79
+ ---
80
+ # Avoid issue "too many open files" when running with 100% threads on tbox with large number of cpu
81
+ nr_threads : 10%
82
+
83
+ stress-ng :
84
+ test :
85
+ - fanotify
You can’t perform that action at this time.
0 commit comments