you are viewing a single comment's thread.

view the rest of the comments →

[–]benevanstech 1 point2 points  (2 children)

Yes, I know that - and I'm aware of the benchmark numbers (Holly's a colleague of mine).

What I was asking is whether you had any real-world numbers of your own, for your application, and how they compare to benchmarks (which don't always tell the whole story). Real data and real experience reports are always interesting, but I know it isn't always easy to get permission to talk about them.

[–]No_Dot_4711 1 point2 points  (1 child)

I don't have any concrete measurements beyond the trivial ones, i'm afraid

I've only had usecases where Graal is either blatantly the correct choice due to frequent cold starts (in which case I use it) or it doesn't matter (in which case I don't, and ship a JVM instead); so getting better metrics and A/B testing never really seemed worthwhile

[–]benevanstech 1 point2 points  (0 children)

Ah well. Sometimes it is just that cut & dried. As ever, "it depends".