diff options
author | jlam <jlam@pkgsrc.org> | 2002-01-09 11:24:36 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-01-09 11:24:36 +0000 |
commit | bf18695c94aa75ede108497439be02394765437c (patch) | |
tree | d1051dadf4f472609d558e01f4a1b1513263a30a /benchmarks/bytebench/PLIST | |
parent | c92e35f1bcca634f71e7014db9834a5218cd92e5 (diff) | |
download | pkgsrc-bf18695c94aa75ede108497439be02394765437c.tar.gz |
Update bytebench to 4.1.0. Pkgsrc changes from the previous package include
moving the state directory for bytebench to /var/benchmarks instead of
trying to keep state in ${PREFIX}/share/bytebench. Distribution changes
from version 3.6 include:
* Double precision Whetstone instead of the old "double" benchmark.
* Removal of some obsolete files.
* "system" suite adds shell8.
* perlbench and poll added as "exhibition" (non-index) benchmarks.
* Minor change to fstime.c to fix overflow problems on fast machines.
* A lot more operating system-oriented tests into the index.
* Many tests rewritten to be more relevant for modern processors.
* New baseline: SPARCstation 20-61 with 128 MB RAM, a SPARC Storage
Array, and Solaris 2.3
Diffstat (limited to 'benchmarks/bytebench/PLIST')
-rw-r--r-- | benchmarks/bytebench/PLIST | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/benchmarks/bytebench/PLIST b/benchmarks/bytebench/PLIST index fa741f5154c..94611a9f607 100644 --- a/benchmarks/bytebench/PLIST +++ b/benchmarks/bytebench/PLIST @@ -1,7 +1,6 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:45:11 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/01/09 11:24:37 jlam Exp $ bin/run-byte libexec/bytebench/arithoh -libexec/bytebench/byte.logo libexec/bytebench/cleanup.sh libexec/bytebench/context1 libexec/bytebench/dhry2 @@ -10,6 +9,8 @@ libexec/bytebench/double libexec/bytebench/execl libexec/bytebench/float libexec/bytebench/fs.awk +libexec/bytebench/fsbuffer +libexec/bytebench/fsdisk libexec/bytebench/fstime libexec/bytebench/hanoi libexec/bytebench/index.awk @@ -20,7 +21,10 @@ libexec/bytebench/long libexec/bytebench/looper libexec/bytebench/loopm.awk libexec/bytebench/loops.awk +libexec/bytebench/lps.awk libexec/bytebench/multi.sh +libexec/bytebench/mwips.awk +libexec/bytebench/perlbench libexec/bytebench/pipe libexec/bytebench/register libexec/bytebench/report.awk @@ -29,11 +33,12 @@ libexec/bytebench/short libexec/bytebench/spawn libexec/bytebench/syscall libexec/bytebench/tst.sh +libexec/bytebench/unixbench.logo +libexec/bytebench/whetstone-double share/bytebench/cctest.c share/bytebench/dc.dat share/bytebench/sort.src -share/doc/bytebench/bench.doc -share/doc/bytebench/bench3.doc +share/doc/bytebench/README @dirrm share/doc/bytebench -@unexec rm -rf %D/share/bytebench +@dirrm share/bytebench @dirrm libexec/bytebench |