git: openjdk/jmh: 7903422: JMH: Add round-trip benchmarks to core tests

duke duke at openjdk.org
Tue Jan 31 11:39:12 UTC 2023


Changeset: 5abaf8e0
Author:    Aleksey Shipilëv <shade at redhat.com>
Committer: GitHub <noreply at github.com>
Date:      2023-01-31 12:37:35 +0000
URL:       https://git.openjdk.org/jmh/commit/5abaf8e02ac7e94045689cc0ec95d6aa68bbed99

7903422: JMH: Add round-trip benchmarks to core tests


! jmh-core-benchmarks/pom.xml
+ jmh-core-benchmarks/src/main/java/org/openjdk/jmh/benchmarks/RoundTripLatencyBench.java
+ jmh-core-benchmarks/src/main/java/org/openjdk/jmh/validation/AffinitySupport.java
! jmh-core-benchmarks/src/main/java/org/openjdk/jmh/validation/Main.java
+ jmh-core-benchmarks/src/main/java/org/openjdk/jmh/validation/SpinWaitSupport.java
+ jmh-core-benchmarks/src/main/java/org/openjdk/jmh/validation/tests/RoundTripLatencyTest.java



More information about the jmh-dev mailing list