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
#!/bin/bash | |
## basic spec report | |
function _io_test() | |
{ | |
local rw="${1}" | |
local bs="${2}" | |
local sec="${3}" | |
local jobs="${4}" |
OlderNewer