diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-10-13 08:19:31 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-10-13 08:19:31 +0000 |
commit | b7b481d805905e217f386bb9f8d6ed2669593656 (patch) | |
tree | ab8d48ea202f91cc4a8de73990269c152103d8ff /benchmarks | |
parent | 5eeb76e6bf93904f0e524175fe0767b992a0add6 (diff) | |
download | pkgsrc-b7b481d805905e217f386bb9f8d6ed2669593656.tar.gz |
Added benchmarks/forkbomb
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile index 696320bb63e..90cbbf45f09 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2005/09/03 06:53:48 xtraeme Exp $ +# $NetBSD: Makefile,v 1.39 2005/10/13 08:19:31 xtraeme Exp $ # COMMENT= Benchmarking tools @@ -12,6 +12,7 @@ SUBDIR+= dbench SUBDIR+= dhrystone SUBDIR+= fib SUBDIR+= flops +SUBDIR+= forkbomb SUBDIR+= hbench SUBDIR+= heapsort SUBDIR+= hint |