Skip to content

Commit

Permalink
Update benchmark link
Browse files Browse the repository at this point in the history
  • Loading branch information
ohler55 committed Jul 28, 2024
1 parent ae72146 commit 20053fb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,7 @@ of fetches per second. A simple hello world Ruby handler at over 100,000
requests per second on a desktop computer. That places Agoo at about 85 times
faster than Sinatra and 1000 times faster than Rails. In both cases the
latency was two orders of magnitude lower or more. Checkout the
[benchmarks](http://opo.technology/benchmarks.html#web_benchmarks). Note that
the benchmarks had to use a C program called
[Perfer](https://github.com/ohler55/perfer) to hit the Agoo limits. Ruby
benchmarks driver could not push Agoo hard enough.
[benchmarks](https://web-frameworks-benchmark.netlify.app/result?l=ruby).

Agoo supports the [Ruby rack API](https://rack.github.io) which allows for the
use of rack compatible gems such as Hanami and Rails. Agoo also supports WebSockets and SSE.
Expand Down

0 comments on commit 20053fb

Please sign in to comment.