aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/ubench/pkg-descr
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-06-06 21:36:39 +0800
committersobomax <sobomax@FreeBSD.org>2000-06-06 21:36:39 +0800
commit9ee152e98b8bb4774a397a2a34a5a75a44b9c4c2 (patch)
treeafdef5a57b1eb56860ddebc11b3a4f8b97a0babe /benchmarks/ubench/pkg-descr
parenta76e607f6bb1b7770767ab995cda06880b5f213f (diff)
downloadfreebsd-ports-gnome-9ee152e98b8bb4774a397a2a34a5a75a44b9c4c2.tar.gz
freebsd-ports-gnome-9ee152e98b8bb4774a397a2a34a5a75a44b9c4c2.tar.zst
freebsd-ports-gnome-9ee152e98b8bb4774a397a2a34a5a75a44b9c4c2.zip
Initial import of ubench - yet another *nix benchmarking utility.
PR: 19049 Submitted by: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
Diffstat (limited to 'benchmarks/ubench/pkg-descr')
-rw-r--r--benchmarks/ubench/pkg-descr23
1 files changed, 23 insertions, 0 deletions
diff --git a/benchmarks/ubench/pkg-descr b/benchmarks/ubench/pkg-descr
new file mode 100644
index 000000000000..f31e4dbdf753
--- /dev/null
+++ b/benchmarks/ubench/pkg-descr
@@ -0,0 +1,23 @@
+The Unix Benchmark Utility "ubench" is an attempt to introduce a single measure
+of perfomance among computer systems running various flavors of Unix operation
+system.
+
+The current development release tests only CPU(s) and memory. In the future
+releases there will be tests added for disk and TCP/IP. Ubench is taking
+advantage of multiple CPUs on an SMP system and the results will reflect that.
+
+o Ubench is executing rather senseless mathematical integer and floating-point
+ calculations for 3 mins concurrently using several processes, and the result
+ Ubench CPU benchmark.
+
+o Ubench will spawn about 2 concurrent processes for each CPU available on the
+ system. This ensures all available raw CPU horsepower is used.
+
+o Ubench is executing rather senseless memory allocation and memory to memory
+ copying operations for another 3 mins concurrently using several processes,
+ and the result Ubench MEM benchmark.
+
+WWW: http://www.phystech.com/download/ubench.html
+
+--
+Sergei Viznyuk <sv@phystech.com>