summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:21:23 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:21:23 +0000
commit1d1f878054efdd1171a8cb006e59ad0727610293 (patch)
treee4434b89d2dbba884e57f6a6cd3c7fc294554ccf /benchmarks
parentUpdate ImageMagick to 6.9.4-3. (diff)
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=415498
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/blogbench/pkg-descr6
-rw-r--r--benchmarks/bonnie/pkg-descr12
-rw-r--r--benchmarks/iperf/pkg-descr4
-rw-r--r--benchmarks/netperf/pkg-descr2
-rw-r--r--benchmarks/pipebench/pkg-descr6
-rw-r--r--benchmarks/ramspeed/pkg-descr2
-rw-r--r--benchmarks/sipp/pkg-descr4
-rw-r--r--benchmarks/ttcp/pkg-descr2
8 files changed, 19 insertions, 19 deletions
diff --git a/benchmarks/blogbench/pkg-descr b/benchmarks/blogbench/pkg-descr
index 4c407c5b0421..6de999195154 100644
--- a/benchmarks/blogbench/pkg-descr
+++ b/benchmarks/blogbench/pkg-descr
@@ -1,8 +1,8 @@
-Blogbench is a portable filesystem benchmark that tries to reproduce the
+Blogbench is a portable filesystem benchmark that tries to reproduce the
load of a real-world busy file server.
-It stresses the filesystem with multiple threads performing random reads,
-writes and rewrites in order to get a realistic idea of the scalability
+It stresses the filesystem with multiple threads performing random reads,
+writes and rewrites in order to get a realistic idea of the scalability
and the concurrency a system can handle.
WWW: http://blogbench.pureftpd.org/project/blogbench
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/
diff --git a/benchmarks/iperf/pkg-descr b/benchmarks/iperf/pkg-descr
index ac8fc80def5b..fc5a9732d291 100644
--- a/benchmarks/iperf/pkg-descr
+++ b/benchmarks/iperf/pkg-descr
@@ -2,11 +2,11 @@ What is Iperf?
While tools to measure network performance, such as ttcp,
exist, most are very old and have confusing options. Iperf
-was developed as a modern alternative for measuring TCP
+was developed as a modern alternative for measuring TCP
and UDP bandwidth performance.
Iperf is a tool to measure maximum TCP bandwidth, allowing
the tuning of various parameters and UDP characteristics.
-Iperf reports bandwidth, delay jitter, datagram loss.
+Iperf reports bandwidth, delay jitter, datagram loss.
WWW: http://iperf.sourceforge.net/
diff --git a/benchmarks/netperf/pkg-descr b/benchmarks/netperf/pkg-descr
index d23c3e363755..e063d7e25b7f 100644
--- a/benchmarks/netperf/pkg-descr
+++ b/benchmarks/netperf/pkg-descr
@@ -1,6 +1,6 @@
Netperf is a serious networking performance evaluation tool being
distributed under GPL by HP's Information Networks Division.
-Testing is done using a pair of programs: `netserver' (the server) and
+Testing is done using a pair of programs: `netserver' (the server) and
`netperf' (the measurement tool).
Netperf allows control over a large number of test `variables'.
diff --git a/benchmarks/pipebench/pkg-descr b/benchmarks/pipebench/pkg-descr
index 94fb3455c657..d78b26797d1c 100644
--- a/benchmarks/pipebench/pkg-descr
+++ b/benchmarks/pipebench/pkg-descr
@@ -1,6 +1,6 @@
-Pipebench shows the current throughput and amount of data going through a
-pipe. It can be used to show the progress of a large md5sum process:
-cat bigfile | pipebench | md5sum.
+Pipebench shows the current throughput and amount of data going through a
+pipe. It can be used to show the progress of a large md5sum process:
+cat bigfile | pipebench | md5sum.
WWW: http://www.habets.pp.se/synscan/programs.php?prog=pipebench
diff --git a/benchmarks/ramspeed/pkg-descr b/benchmarks/ramspeed/pkg-descr
index ef9396c1bc5e..b36f862c9d88 100644
--- a/benchmarks/ramspeed/pkg-descr
+++ b/benchmarks/ramspeed/pkg-descr
@@ -10,6 +10,6 @@ They have been coded with special instructions to minimise cache pollution on
memory reads and to eliminate it completely on memory writes. In addition, they
operate with a built in aggressive data prefetching algorithm. In some cases,
non-temporal MMXmark and SSEmark can deliver almost 100% of theoretical
-bandwidth while reading.
+bandwidth while reading.
WWW: http://alasir.com/software/ramspeed/
diff --git a/benchmarks/sipp/pkg-descr b/benchmarks/sipp/pkg-descr
index b7635f87453e..fdca1458b3d1 100644
--- a/benchmarks/sipp/pkg-descr
+++ b/benchmarks/sipp/pkg-descr
@@ -1,6 +1,6 @@
-Sipp is a performance test tool / traffic generator for the SIP protocol.
+Sipp is a performance test tool / traffic generator for the SIP protocol.
It comes with a few basic SipStone user-agents scenarios (UAC & UAS), i
-establishing and releasing multiple calls with the INVITE and BYE methods.
+establishing and releasing multiple calls with the INVITE and BYE methods.
WWW: http://sipp.sourceforge.net/
diff --git a/benchmarks/ttcp/pkg-descr b/benchmarks/ttcp/pkg-descr
index c691ef646049..ac3a9b25f830 100644
--- a/benchmarks/ttcp/pkg-descr
+++ b/benchmarks/ttcp/pkg-descr
@@ -1,4 +1,4 @@
-TTCP is a benchmarking tool for determining TCP and UDP performance
+TTCP is a benchmarking tool for determining TCP and UDP performance
between 2 systems.
The program was created at the US Army Ballistics Research Lab (BRL)