diff options
author | jkh <jkh@FreeBSD.org> | 1994-09-26 21:26:57 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-09-26 21:26:57 +0800 |
commit | a3198effcbbb3fe8b6f06962f5b21b7160937693 (patch) | |
tree | 2e92ead2402b16d4a68f88a2c897d63620860438 /benchmarks/iozone | |
parent | a8e4000541ac8b2fa0d2106cd5f6726149d0ac7c (diff) | |
download | freebsd-ports-gnome-a3198effcbbb3fe8b6f06962f5b21b7160937693.tar.gz freebsd-ports-gnome-a3198effcbbb3fe8b6f06962f5b21b7160937693.tar.zst freebsd-ports-gnome-a3198effcbbb3fe8b6f06962f5b21b7160937693.zip |
Jean-Marc Zucconi's iozone port.
Submitted by: jmz
Diffstat (limited to 'benchmarks/iozone')
-rw-r--r-- | benchmarks/iozone/Makefile | 4 | ||||
-rw-r--r-- | benchmarks/iozone/pkg-comment | 1 | ||||
-rw-r--r-- | benchmarks/iozone/pkg-descr | 7 | ||||
-rw-r--r-- | benchmarks/iozone/pkg-plist | 6 |
4 files changed, 18 insertions, 0 deletions
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile new file mode 100644 index 000000000000..4c1c18b2794c --- /dev/null +++ b/benchmarks/iozone/Makefile @@ -0,0 +1,4 @@ +DISTNAME= iozone-1.16 +MASTER_SITES= ftp://liasun3.epfl.ch/pub/util/ + +.include <bsd.port.mk> diff --git a/benchmarks/iozone/pkg-comment b/benchmarks/iozone/pkg-comment new file mode 100644 index 000000000000..0c42ffcb0827 --- /dev/null +++ b/benchmarks/iozone/pkg-comment @@ -0,0 +1 @@ +IOZONE: Performance Test of Sequential File I/O -- V1.16 (10/28/92) diff --git a/benchmarks/iozone/pkg-descr b/benchmarks/iozone/pkg-descr new file mode 100644 index 000000000000..b113b7353e50 --- /dev/null +++ b/benchmarks/iozone/pkg-descr @@ -0,0 +1,7 @@ +Iozone: 'IO Zone' Benchmark Program + +Iozone tests the speed of sequential I/O to actual files. Therefore, +this measurement factors in the efficiency of you machines file +system, operating system, C compiler, and C runtime library. It +produces a measurement which is the number of bytes per second that +your system can read or write to a file. diff --git a/benchmarks/iozone/pkg-plist b/benchmarks/iozone/pkg-plist new file mode 100644 index 000000000000..c18e95191b41 --- /dev/null +++ b/benchmarks/iozone/pkg-plist @@ -0,0 +1,6 @@ +@cd /usr/local +@owner bin +@mode 755 +bin/iozone +@mode 644 +man/man1/iozone.1 |