diff options
author | ale <ale@FreeBSD.org> | 2004-01-14 06:37:34 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-01-14 06:37:34 +0800 |
commit | d2a44cdc48b2512c9c0a59c2f731ede6cd5b4280 (patch) | |
tree | 31d533100e83c59dc55eafd2ff1993f45e069b45 /benchmarks/Makefile | |
parent | 10150b23ced507bcc1793fd44374e3916c79cdf4 (diff) | |
download | freebsd-ports-gnome-d2a44cdc48b2512c9c0a59c2f731ede6cd5b4280.tar.gz freebsd-ports-gnome-d2a44cdc48b2512c9c0a59c2f731ede6cd5b4280.tar.zst freebsd-ports-gnome-d2a44cdc48b2512c9c0a59c2f731ede6cd5b4280.zip |
Add webbench 1.3, simple forking web benchmark.
PR: ports/61307
Submitted by: Radim Kolar <hsn@netmag.cz>
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 7111670989a7..bc83e101f4dd 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -26,6 +26,7 @@ SUBDIR += tcpblast SUBDIR += tmetric SUBDIR += ubench + SUBDIR += webbench SUBDIR += xengine .include <bsd.port.subdir.mk> |