Skip to content

Releases: CodSpeedHQ/codspeed-jvm

Release list

v0.2.0

Choose a tag to compare

@adriencaccia adriencaccia released this 05 Jun 09:19
v0.2.0
6333555

Highlights

MacOS walltime profiling is now available with the codspeed cli v4.16.1 and above.

What's Changed

Full Changelog: v0.1.1...v0.2.0

v0.1.1

Choose a tag to compare

@adriencaccia adriencaccia released this 04 May 16:52
v0.1.1
7761287

Initial Release

Initial release of the CodSpeed integration for JVM-based projects using JMH 🎉

What's Changed

  • feat: add support for walltime mode in Java by @not-matthias in #1
  • fix: remove fork(0) limitation from JMH runner by @not-matthias in #4
  • feat: normalize benchmark mode to AverageTime under CodSpeed by @not-matthias in #5
  • feat(jmh-fork): add perf-map JVMTI agent for source-aware JIT symbol resolution by @not-matthias in #7
  • feat: exclude warmup rounds from perf flamegraph by @not-matthias in #8
  • bench(gradle): harden JMH suite against run-to-run variance by @not-matthias in #9
  • fix: skip warmup for embedded benchmarks by @not-matthias in #10
  • docs: cleanup README and AGENTS.md by @not-matthias in #6
  • ci: add release workflow for tag-triggered draft releases by @not-matthias in #11

Full Changelog: https://github.com/CodSpeedHQ/codspeed-jvm/commits/v0.1.1