microservice frameworks tests #25461
Closed
ozkanpakdil
started this conversation in
Community
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I finally build my test code with graalvm and quarkus, and from numbers quarkus with graalvm beats dotnet6 :) I wanted to share that
You can see all result here https://ozkanpakdil.github.io/microservicetests/2022/2022-05-08-microservice-framework-test-17.html
rest warp has "mean response" 24ms and quarkus native image has 43ms, 43ms still far more faster then 543ms which is java jar time.
and here is micronaut comparison

PS: just FYI, these numbers does not mean much, after all I ran these tests in github action which is not isolated and is not the best place for testing.
Beta Was this translation helpful? Give feedback.
All reactions