diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2005-01-09 19:10:24 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2005-01-09 19:10:24 +0000 |
commit | 5c148c78ecc25e961571bba09ed2f3838fbad421 (patch) | |
tree | 649e7dd248727859ace57088fcefe01cfbe6bd90 /benchmarks/Makefile | |
parent | 5acd2ba04317f34362afb6e3f404f79e599e81ff (diff) |
Add netio, a simple network benchmark
Notes
Notes:
svn path=/head/; revision=125991
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 99914326689f..d6451db6d097 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -17,6 +17,7 @@ SUBDIR += iozone21 SUBDIR += lmbench SUBDIR += nbench + SUBDIR += netio SUBDIR += netperf SUBDIR += netpipe SUBDIR += nttcp |