diff options
author | Stefan Eßer <se@FreeBSD.org> | 1996-01-01 22:57:36 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 1996-01-01 22:57:36 +0000 |
commit | 0fa3c4a3a1866acd9239fb488749b4a0728f90d3 (patch) | |
tree | e8eb006182397336b172b9695557f66eedd84b46 /benchmarks/unixbench/Makefile | |
parent | Do not clobber existen configuration (diff) |
The BYTE benchmark suite, very popular under Linux users as it seems.
(See: http://www.silkroad.com/bass/linux/bm.html for results ...)
This is another benchmark that tries to give a single performance
number, but without giving much thought to proper weighting of the
performance numbers. So: Please handle with care ...
Notes
Notes:
svn path=/head/; revision=2594
Diffstat (limited to 'benchmarks/unixbench/Makefile')
-rw-r--r-- | benchmarks/unixbench/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/benchmarks/unixbench/Makefile b/benchmarks/unixbench/Makefile new file mode 100644 index 000000000000..9b31eb73e85d --- /dev/null +++ b/benchmarks/unixbench/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: byte +# Version required: +# Date created: 28 December 1995 +# Whom: se +# +# $Id: Makefile,v 1.3 1995/11/22 11:36:48 asami Exp $ +# + +DISTNAME= bytebench-3.1 +EXTRACT_SUFX= .tar.Z +CATEGORIES+= benchmarks +MASTER_SITES= ftp://ftp.inria.fr/system/benchmark/ + +MAINTAINER= se@FreeBSD.org + +CFLAGS+= -static + +.include <bsd.port.mk> |