Helidon - Java Microservice Framework, tuned type#508
Conversation
|
sorry, committed too much, I will re-push done |
Addition of stream grpc to both Helidon versions
f29827a to
9ecc8b1
Compare
|
/benchmark -f helidon-tuned --save |
|
👋 |
|
🚀 Benchmark run triggered for |
Benchmark ResultsFramework:
Full log |
|
you have 180k loc of logs, not sure if you want to check them |
|
I will run the benchmark locally and check the logs. Is it to a specific benchmark? |
You can see them here in this PR commit, when we do --save they get stored |
I will analyze the results and push an updated version to get rid of these log files. I hope this is not a bug in the product, as that would take a bit longer time to fix... |
|
It seems that a lot of the cases are "peer resets", where we just need to gracefully consume the exception when writing a response. |
|
Ah ok, I don't mind the logs. Just pointed as could be deteriorating perf. You can also see docker logs for each test on website, for each detailed test view if you click on the framework row, a popup show and on the bottom should have link to docker logs on that test |
|
Thanks, I will try to both update the benchmark to be less verbose, and fix this in Helidon directly, so we do not need to do a benchmark fix... |
Addition of stream grpc to both Helidon versions
Description
A follow up for #503, this PR adds a Helidon tuned version.