diff options
author | ale <ale@FreeBSD.org> | 2004-01-23 01:57:44 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-01-23 01:57:44 +0800 |
commit | a2fa77986207b04d1ad31d26b252b76aeaa21ac0 (patch) | |
tree | 0190473da56730830e7cc5b9d1896d67efbb34da /benchmarks/Makefile | |
parent | dc764b74da2be472b5f50a904d1a17bb9779fa0b (diff) | |
download | freebsd-ports-gnome-a2fa77986207b04d1ad31d26b252b76aeaa21ac0.tar.gz freebsd-ports-gnome-a2fa77986207b04d1ad31d26b252b76aeaa21ac0.tar.zst freebsd-ports-gnome-a2fa77986207b04d1ad31d26b252b76aeaa21ac0.zip |
Add forkbomb 1.0, system stress testing tool.
PR: ports/61717
Submitted by: Radim Kolar
Approved by: nork (mentor/implicitly)
Diffstat (limited to 'benchmarks/Makefile')
-rw-r--r-- | benchmarks/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile index 39c33fe756c1..5ff72aeb98f9 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -7,6 +7,7 @@ SUBDIR += bytebench SUBDIR += dbench SUBDIR += dbs + SUBDIR += forkbomb SUBDIR += iozone SUBDIR += iozone21 SUBDIR += lmbench |