The basic example uses only a single route at /hello_world
and return Hello world
. These benchmarks are extremely simple and should not be used as a decision factor for any of the tools presented (unless you are building hello world apps ;). I am just using them as performance guideline when working on Dynamo.
This benchmark also measures what happens if you add 10, 100 and 1000 /hello_world/#{i}
routes and try to match the last /hello_world/1000
route.