mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 07:02:42 +00:00
Make "diskinfo -i" also test 1MB reads.
This commit is contained in:
parent
7483b9e4dc
commit
b7a4380dd4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=368510
@ -644,6 +644,9 @@ iopsbench(int fd, off_t mediasize, u_int sectorsize)
|
||||
printf("\t128 kbytes: ");
|
||||
iops(fd, mediasize, 128 * 1024);
|
||||
|
||||
printf("\t1024 kbytes: ");
|
||||
iops(fd, mediasize, 1024 * 1024);
|
||||
|
||||
printf("\n");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user