File tree Expand file tree Collapse file tree
jmh-groovy-benchmark-archetype
jmh-java-benchmark-archetype
jmh-kotlin-benchmark-archetype
jmh-scala-benchmark-archetype Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66
77
8+ ## [ 0.2.0] - 2026-06-04
9+
10+ ### <!-- 0 --> 🚀 Features
11+ - Add macOS-only FibFlamegraphBenchmark by @not-matthias in [ #15 ] ( https://github.com/CodSpeedHQ/codspeed-jvm/pull/15 )
12+ - Check that mvn is installed before running by @not-matthias in [ #12 ] ( https://github.com/CodSpeedHQ/codspeed-jvm/pull/12 )
13+
14+
815## [ 0.1.1] - 2026-05-04
916
1017### <!-- 0 --> 🚀 Features
4956- Add project README by @not-matthias
5057
5158### <!-- 7 --> ⚙️ Internals
59+ - Release v0.1.1 by @adriencaccia
5260- Add release script and git-cliff config by @not-matthias in [ #11 ] ( https://github.com/CodSpeedHQ/codspeed-jvm/pull/11 )
5361- Compile native libs with -O3 by @not-matthias
5462- Skip upload for non-temurin distribution benchmarks by @not-matthias
7078- Initial commit by @not-matthias
7179
7280
81+ [ 0.2.0 ] : https://github.com/CodSpeedHQ/codspeed-jvm/compare/v0.1.1..v0.2.0
7382[ 0.1.1 ] : https://github.com/CodSpeedHQ/codspeed-jvm/compare/list..v0.1.1
7483
7584<!-- generated by git-cliff -->
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ group = "io.codspeed"
77version = " 1.0-SNAPSHOT"
88
99jmh {
10- jmhVersion.set(" 0.1.1 " )
10+ jmhVersion.set(" 0.2.0 " )
1111
1212 benchmarkMode.set(listOf (" avgt" ))
1313 timeUnit.set(" ns" )
Original file line number Diff line number Diff line change 1212 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1313 <maven .compiler.source>21</maven .compiler.source>
1414 <maven .compiler.target>21</maven .compiler.target>
15- <jmh .version>0.1.1 </jmh .version>
15+ <jmh .version>0.2.0 </jmh .version>
1616 </properties >
1717
1818 <dependencies >
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ subprojects {
77 apply (plugin = " maven-publish" )
88
99 group = " io.codspeed.jmh"
10- version = " 0.1.1 "
10+ version = " 0.2.0 "
1111
1212 repositories {
1313 mavenCentral()
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >io.codspeed.jmh</groupId >
77 <artifactId >jmh-archetypes</artifactId >
8- <version >0.1.1 </version >
8+ <version >0.2.0 </version >
99 </parent >
1010
1111 <artifactId >jmh-groovy-benchmark-archetype</artifactId >
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ questions.
3030 <parent >
3131 <groupId >io.codspeed.jmh</groupId >
3232 <artifactId >jmh-archetypes</artifactId >
33- <version >0.1.1 </version >
33+ <version >0.2.0 </version >
3434 </parent >
3535
3636 <artifactId >jmh-java-benchmark-archetype</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >io.codspeed.jmh</groupId >
77 <artifactId >jmh-archetypes</artifactId >
8- <version >0.1.1 </version >
8+ <version >0.2.0 </version >
99 </parent >
1010
1111 <artifactId >jmh-kotlin-benchmark-archetype</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >io.codspeed.jmh</groupId >
77 <artifactId >jmh-archetypes</artifactId >
8- <version >0.1.1 </version >
8+ <version >0.2.0 </version >
99 </parent >
1010
1111 <artifactId >jmh-scala-benchmark-archetype</artifactId >
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ questions.
3030 <parent >
3131 <groupId >io.codspeed.jmh</groupId >
3232 <artifactId >jmh-parent</artifactId >
33- <version >0.1.1 </version >
33+ <version >0.2.0 </version >
3434 </parent >
3535
3636 <name >JMH Archetypes</name >
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ questions.
3030 <parent >
3131 <groupId >io.codspeed.jmh</groupId >
3232 <artifactId >jmh-parent</artifactId >
33- <version >0.1.1 </version >
33+ <version >0.2.0 </version >
3434 </parent >
3535
3636 <name >JMH Core Benchmarks</name >
You can’t perform that action at this time.
0 commit comments