hg: code-tools/jmh: 7901345: Refactor batchSize/opsPerInv handling in the generated code and counting the operations

aleksey.shipilev at oracle.com aleksey.shipilev at oracle.com
Thu Mar 19 13:44:46 UTC 2015


Changeset: c6413955f9d8
Author:    shade
Date:      2015-03-19 16:44 +0300
URL:       http://hg.openjdk.java.net/code-tools/jmh/rev/c6413955f9d8

7901345: Refactor batchSize/opsPerInv handling in the generated code and counting the operations

+ jmh-core-it/src/test/java/org/openjdk/jmh/it/batchsize/BatchSizeSanityTest.java
+ jmh-core-it/src/test/java/org/openjdk/jmh/it/batchsize/OpsPerInvSanityTest.java
! jmh-core/src/main/java/org/openjdk/jmh/generators/core/BenchmarkGenerator.java
+ jmh-core/src/main/java/org/openjdk/jmh/results/BenchmarkTaskResult.java
! jmh-core/src/main/java/org/openjdk/jmh/results/RawResults.java
! jmh-core/src/main/java/org/openjdk/jmh/runner/BenchmarkHandler.java



More information about the jmh-dev mailing list