proletarian

msolli 2021-08-04T07:40:05.003100Z

Thanks, @dominicm, that’s useful information. It would be nice to have a benchmark in the repo to establish a baseline for performance. Is this something you could share (in a gist or something)?

dominicm 2021-08-04T19:30:30.004300Z

@msolli It was pretty basic, I was technically testing a bunch of other stuff too (e.g. our auto-scaling setup, our http layer, my local network). So it's not a great test at all. For my test, I used wrk with a lua script to set the HTTP body.

dominicm 2021-08-04T19:30:59.004900Z

I suppose the processing is more interesting, but for that I was measuring with our datadog setup. So, again, not great for a gist.

dominicm 2021-08-04T19:33:20.005700Z

Maybe something could be put together with https://github.com/aphyr/interval-metrics#measuring-your-codes-performance You'll still want to externalize the PG instance somehow, so the JVM doesn't impact it and it's an accurate measure of the latency you will see in production.

👍 1