Closed yegor256 closed 3 weeks ago
@yegor256 Hey there! 👋 Thanks for your contribution of 184 hits-of-code! You've earned +4 points, which breaks down like this: +4 base, +9 for your code, but -16 for no review and -16 for no comments. We bumped it up by +23 to give you something. Remember, code reviews and comments are crucial – they could've boosted your points significantly! Keep the contributions coming, and don't forget to balance speed and quality. Your current balance is -48. Looking forward to your next contribution! 💪
PR-Codex overview
This PR introduces benchmarking functionality to the
eo-maven-plugin
, adds a newStMeasured
class for performance measurement, and updates the GitHub Actions workflow to automate benchmarking results collection and reporting.Detailed summary
## Benchmark
section inREADME.md
.StMeasured
class ineo-parser/src/main/java/org/eolang/parser/
for measuring performance.OptimizeMojo.java
andTranspileMojo.java
to useTrLambda
withStMeasured
..github/workflows/benchmark.yml
for automated benchmarking.README.md
to include links to benchmark results.