javalin / javalin-performance-tests

JMH performance tests for different Javalin versions
Apache License 2.0
1 stars 0 forks source link

Run benchmarks via GitHub actions? #3

Open tipsy opened 2 years ago

tipsy commented 2 years ago

Not sure how easy this is, but quick Google search: https://medium.com/nerd-for-tech/ci-build-performance-testing-with-github-action-e6b227097c83

vn7n24fzkq commented 2 years ago

I was researching this. We had already been able to generate the benchmark results. Do we need a report based on HTML, so we can see it on the web? Or any visualization way. Currently, in the command line, we don't have a way to compare the benchmark result when the compared version is more than two.

Like https://github.com/jzillmann/jmh-visualizer but compare in different versions of Javalin

zugazagoitia commented 1 year ago

If we get a decent text output from Gradle, it would be trivial to write a workflow that adds performance diff to a PR. https://github.com/marketplace/actions/comment-pull-request