bench/hb
Miguel de Icaza 3d8bcde1a5 Spread the meme
svn path=/trunk/bench/; revision=16234
2003-07-14 18:14:53 +00:00
..
AssemblyInfo.cs Initial revision 2003-07-14 17:58:29 +00:00
ChangeLog Initial revision 2003-07-14 17:58:29 +00:00
Makefile Spread the meme 2003-07-14 18:14:53 +00:00
README Initial revision 2003-07-14 17:58:29 +00:00
hb.cs Initial revision 2003-07-14 17:58:29 +00:00

README

hb - HttpWebRequest Benchmark 
------------------------------------
hb is a wannabe ab (Apache Benchmark) like benchmarking tool.

Just type 'make' to compile.

Then run it like:

	mono hb.exe -n NN http://.....

where NN is the number of request (GET) to do.

-Gonzalo