|
|
|
|
|
by VanillaCafe
4154 days ago
|
|
The way I look at it is composing benchmarks to estimate the upper bound on the number of pages that can be served per second. So for GITHUBALL for instance: * BenchmarkHttpRouter_GithubAll at 66732 ns/op serves at most 15k pages/second/server, versus say * BenchmarkGoji_GithubAll at 752515 ns/op serves at most 1.3k pages/second/server Or for GPLUSALL * BenchmarkHttpRouter_GPlusAll at 3258 ns/op serves at most 310k pages/second/server, versus * BenchmarkGoji_GPlusAll at 15260 ns/op serves at most 66k pages/second/server |
|