Fork me on GitHub
#luminus
<
2021-01-03
>
GusWill00:01:06

anyone ever benchmarked luminus? i tested one of the templates and I got very low performance results.

tobias07:01:42

I've never benchmarked. What was your process for benchmarking? Did you build an uberjar? I could imagine it being slow in dev because of wrap-reload or something like that.

GusWill17:01:18

Yes, I built an uberjar and ran the benchmarks from that. It shouldn’t be that slow right?

tobias23:01:25

Yeah, that's surprising to me :thinking_face:. Might be worth asking in another channel or on reddit about how to profile and find what the bottleneck is.

GusWill23:01:48

yeah, I was surprised too... in the end I just dropped luminous and started from scratch but I think something might be misconfigured there.

GusWill00:01:12

like, with plain ring + ring defaults (site) I'd get 8k req/s and with luminus 80 req/s

GusWill00:01:23

that's 3 orders of magnitude less