0
@@ -54,10 +54,11 @@ for quick and beautiful code, but for production web servers that might handle
0
thousands of requests a second, an attempt should be made to be as efficient
0
as possible in processing connections.
0
-Following are some benchmarks. Please take these measurements with a grain
0
-of salt. Benchmarks like these are notorious for presenting an inaccurate
0
-or highly slanted view of how software performs.
0
-The code for these can be found in the `benchmark` directory.
0
+Following are some benchmarks. Please take these measurements with a grain of
0
+salt. Benchmarks like these are notorious for presenting an inaccurate or
0
+highly slanted view of how software performs. These are tests using a very
0
+simple Rack applications, not with Ruby-on-Rails. The code for these can be
0
+found in the `benchmark` directory.
0

0
@@ -78,8 +79,9 @@ buffer is set at 40 kilobytes before it writes to file.
0
Contributions (patches, criticism, advice) are very welcome! The source code
0
-is hosted at [repo.or.cz](http://repo.or.cz/w/ebb.git). It can be retrieved
0
+is hosted at [repo.or.cz](http://repo.or.cz/w/ebb.git) (and also mirrored at
0
+[github](http://github.com/ry/ebb/tree/master)). It can be retrieved by
0
`git clone http://repo.or.cz/r/ebb.git`
Comments
No one has commented yet.