This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Supported job types: | |
- read: sequential reads | |
- write: sequential writes | |
- randread: random reads | |
- randwrite: random writes | |
Unsupported job types: | |
- rw: sequential mixed reads and writes | |
- readwrite: same as above |