Import ubench 0.32.

Submitted by Xavier Santolaria <xavier@santolaria.net>.

The Unix Benchmark Utility "ubench" provides a single measure of
perfomance for machines running various flavors of Unix operating system.
This commit is contained in:
naddy 2003-06-22 02:16:16 +00:00
parent 4386ea59a1
commit e963ede5fa
4 changed files with 52 additions and 0 deletions

View File

@ -0,0 +1,30 @@
# $OpenBSD: Makefile,v 1.1.1.1 2003/06/22 02:16:16 naddy Exp $
COMMENT= "Unix benchmark utility"
DISTNAME= ubench-0.32
CATEGORIES= benchmarks
HOMEPAGE= http://www.phystech.com/download/ubench.html
MASTER_SITES= http://www.phystech.com/ftp/
MAINTAINER= Xavier Santolaria <xavier@santolaria.net>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= simple
ALL_TARGET= default
MAKE_FLAGS= CFLAGS="${CFLAGS}"
NO_REGRESS= Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ubench ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/ubench.8 ${PREFIX}/man/man8
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (ubench-0.32.tar.gz) = b03ddb52867a80890999b56cda8e69b7
RMD160 (ubench-0.32.tar.gz) = 33a2e7b869af1e7c81eb2211b3ee4946e97933d2
SHA1 (ubench-0.32.tar.gz) = 749ae490c95b9fe95753b47b5711cbeb9bdb3a29

View File

@ -0,0 +1,16 @@
The Unix Benchmark Utility "ubench" provides a single measure of
perfomance for machines running various flavors of Unix operating system.
Ubench is executing rather senseless mathematical integer and
floating-point calculations for 3 mins concurrently using several
processes, and the result is Ubench CPU benchmark. The ratio of
floating-point calculations to integer is about 1:3.
Ubench will spawn about 2 concurrent processes for each CPU available on
the system. This ensures all available raw CPU horsepower is used.
Ubench is executing rather senseless memory allocation and memory to
memory copying operations for another 3 mins concurrently using several
processes, and the result is Ubench MEM benchmark.
WWW: ${HOMEPAGE}

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/06/22 02:16:16 naddy Exp $
bin/ubench
man/man8/ubench.8