How to reproduce benchmark for r10k

I have read this blog Hanami | Introducing Hanami::API and it says that hanami-api has a higher request-per-second rate than roda based on r10k benchmark. How can I reproduce it? When I run the benchmark locally with

rake bench graphs R10K_APPS="roda hanami-api"

I get this image:

Hi @imago38, this is a good question! I wasn’t involved in running the benchmarks that went into that Hanami::API announcement, but reading it over, since it does mention r10k, I can only presume that this was measured using the r10k repo at the time. It’s possible that Roda’s performance has improved relative to Hanami::API in the 4 years that have passed.

1 Like