the-benchmarker / web-frameworks

Which is the fastest web framework?
MIT License
6.99k stars 669 forks source link

Check java version displayed #7466

Open waghanza opened 5 months ago

whiplash commented 4 months ago

what do you mean?

waghanza commented 4 months ago

It was partially fixed. Actually, https://web-frameworks-benchmark.netlify.app/result?l=java shows version 21, but some frameworks do not use version 21, for example https://github.com/the-benchmarker/web-frameworks/blob/bade2fdfad50d7d40a8e9f557a220c56e9d3597d/java/act/config.yaml#L6

whiplash commented 4 months ago

Right. Well can't talk for act specifically since I don't know anything about it a seems sort of not updated anymore. But yeah it seems pretty much fixed to me.

ListenV commented 3 weeks ago

If Helidon-se were to use Java Version 21, it would have a big performance boost!

waghanza commented 3 weeks ago

it is already the case, only actu use java 11 https://github.com/the-benchmarker/web-frameworks/blob/714e1a4f4d77f0f60731ce0937b8543e7c60ee82/java/act/config.yaml#L2

ListenV commented 3 weeks ago

Why does the website show Java11?

https://web-frameworks-benchmark.netlify.app/result?f=helidon-se

image

waghanza commented 3 weeks ago

this is a bug on UI, unless explictly defined in config.yaml for any framework, the default value is https://github.com/the-benchmarker/web-frameworks/blob/714e1a4f4d77f0f60731ce0937b8543e7c60ee82/java/config.yaml#L2

ListenV commented 3 weeks ago

all right.