diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-04-14 20:39:06 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-04-14 20:39:06 +0000 |
commit | 37fa184a2597561005dc3414aa16469179bb2ab7 (patch) | |
tree | e01e0180c627b83f5e81304d6d8d889fed0084ab /benchmarks/Makefile | |
parent | 4047ad709da01c56fee1b27a23958a7244b4b6f4 (diff) |
Enter polygraph, a benchmarking tool for Web proxies.
Notes
Notes:
svn path=/head/; revision=17879
Diffstat (limited to 'benchmarks/Makefile')
-rw-r--r-- | benchmarks/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile index d5e4c702c98c..a2ea627f12c5 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.7 1998/08/01 23:36:52 jkoshy Exp $ +# $Id: Makefile,v 1.8 1999/02/21 00:05:45 jkoshy Exp $ # SUBDIR += bonnie @@ -10,6 +10,7 @@ SUBDIR += nbench SUBDIR += netperf SUBDIR += netpipe + SUBDIR += polygraph SUBDIR += tcpblast SUBDIR += xengine |