diff options
author | garbled <garbled> | 1998-08-30 17:41:46 +0000 |
---|---|---|
committer | garbled <garbled> | 1998-08-30 17:41:46 +0000 |
commit | 821adcaf345971a22f49f785db9a5f856819a2e7 (patch) | |
tree | 1576085bb79c1335504dd5ca99237e3e86020d45 /benchmarks/iozone | |
parent | d0823fd5a4f878f5368ece3abe2b5d0ccc08fcdc (diff) | |
download | pkgsrc-821adcaf345971a22f49f785db9a5f856819a2e7.tar.gz |
Add new pkg for iozone-1.14b
a benchmark for file read and write speed.
Diffstat (limited to 'benchmarks/iozone')
-rw-r--r-- | benchmarks/iozone/files/md5 | 3 | ||||
-rw-r--r-- | benchmarks/iozone/pkg/COMMENT | 1 | ||||
-rw-r--r-- | benchmarks/iozone/pkg/DESCR | 3 | ||||
-rw-r--r-- | benchmarks/iozone/pkg/PLIST | 2 |
4 files changed, 9 insertions, 0 deletions
diff --git a/benchmarks/iozone/files/md5 b/benchmarks/iozone/files/md5 new file mode 100644 index 00000000000..69ce8b79e3b --- /dev/null +++ b/benchmarks/iozone/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1 1998/08/30 17:41:46 garbled Exp $ + +MD5 (iozone.tar.Z) = d08cb98c3092dab920f1afa2b34dc96d diff --git a/benchmarks/iozone/pkg/COMMENT b/benchmarks/iozone/pkg/COMMENT new file mode 100644 index 00000000000..010dcf25972 --- /dev/null +++ b/benchmarks/iozone/pkg/COMMENT @@ -0,0 +1 @@ +a benchmark for file read and write speed. diff --git a/benchmarks/iozone/pkg/DESCR b/benchmarks/iozone/pkg/DESCR new file mode 100644 index 00000000000..f975af6442b --- /dev/null +++ b/benchmarks/iozone/pkg/DESCR @@ -0,0 +1,3 @@ +This test writes a X MEGABYTE sequential file in Y byte chunks, then +rewinds it and reads it back. [The size of the file should be +big enough to factor out the effect of any disk cache.] diff --git a/benchmarks/iozone/pkg/PLIST b/benchmarks/iozone/pkg/PLIST new file mode 100644 index 00000000000..6f9e8f9223b --- /dev/null +++ b/benchmarks/iozone/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 1998/08/30 17:41:46 garbled Exp $ +bin/iozone |