diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-19 18:21:23 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-19 18:21:23 +0800 |
commit | e127cf2f03a87283f703b70f81a3e1891e56e7f5 (patch) | |
tree | e4434b89d2dbba884e57f6a6cd3c7fc294554ccf /benchmarks/bonnie | |
parent | 506c101dfb59aba86626f9d68e7a56e86086843f (diff) | |
download | freebsd-ports-gnome-e127cf2f03a87283f703b70f81a3e1891e56e7f5.tar.gz freebsd-ports-gnome-e127cf2f03a87283f703b70f81a3e1891e56e7f5.tar.zst freebsd-ports-gnome-e127cf2f03a87283f703b70f81a3e1891e56e7f5.zip |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket
Diffstat (limited to 'benchmarks/bonnie')
-rw-r--r-- | benchmarks/bonnie/pkg-descr | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/benchmarks/bonnie/pkg-descr b/benchmarks/bonnie/pkg-descr index 12448ec0058d..c7ceea20ca33 100644 --- a/benchmarks/bonnie/pkg-descr +++ b/benchmarks/bonnie/pkg-descr @@ -3,7 +3,7 @@ Bonnie: Filesystem Benchmark Program Bonnie tests the speed of file I/O using standard C library calls. It does reads and writes of blocks, testing for the limit of sustained data rate (usually limited by the drive or controller) and updates on -a file (better simulating normal operating conditions and quite dependent +a file (better simulating normal operating conditions and quite dependent on drive and OS optimisations). The per-character read and write tests are generally limited by CPU speed @@ -11,11 +11,11 @@ only on current-generation hardware. It takes some 35 SPECint92 to read or write a file at a rate of 1MB/s using getc() and putc(). The seek tests are dependent on the buffer cache size, since the fraction -of disk blocks that fits into the buffer cache will be found without any -disk operation and will contribute zero seek time readings. I.e. if the -buffer cache is 16MB and the Bonnie test file is 32MB in size, then the -seek time will come out as half its real value. The seek time includes -rotational delay, and will thus always come out higher than specified for +of disk blocks that fits into the buffer cache will be found without any +disk operation and will contribute zero seek time readings. I.e. if the +buffer cache is 16MB and the Bonnie test file is 32MB in size, then the +seek time will come out as half its real value. The seek time includes +rotational delay, and will thus always come out higher than specified for a drive. WWW: http://www.textuality.com/bonnie/ |