diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-09-03 05:58:58 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-09-03 05:58:58 +0000 |
commit | 690e515fa91a01c1c83bd281ee97e6ad05991e02 (patch) | |
tree | 029286accac09cc1c9116f60d3d613cbcc7897d1 | |
parent | 7844bb2f3e51da8d0e965c500116f6fb8708a672 (diff) | |
download | pkgsrc-690e515fa91a01c1c83bd281ee97e6ad05991e02.tar.gz |
Added benchmarks/ubench
-rw-r--r-- | benchmarks/Makefile | 3 | ||||
-rw-r--r-- | doc/CHANGES | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile index 09f9f7603c6..4eea2c0cc83 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2005/08/06 20:45:18 rillig Exp $ +# $NetBSD: Makefile,v 1.36 2005/09/03 05:58:59 xtraeme Exp $ # COMMENT= Benchmarking tools @@ -32,6 +32,7 @@ SUBDIR+= randread SUBDIR+= skampi SUBDIR+= thrulay SUBDIR+= ttcp +SUBDIR+= ubench SUBDIR+= whetstone SUBDIR+= xengine SUBDIR+= zelibm diff --git a/doc/CHANGES b/doc/CHANGES index 5961fa1164f..05deee5f208 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.11001 2005/09/02 14:44:33 xtraeme Exp $ +$NetBSD: CHANGES,v 1.11002 2005/09/03 05:58:58 xtraeme Exp $ Changes to the packages collection and infrastructure in 2005: @@ -3877,3 +3877,4 @@ Changes to the packages collection and infrastructure in 2005: Updated comms/asterisk to 1.0.9 [adam 2005-09-02] Added x11/efltk version 2.0.5 [xtraeme 2005-09-02] Added x11/ede version 1.0.4 [xtraeme 2005-09-02] + Added benchmarks/ubench version 0.32 [xtraeme 2005-09-03] |