This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
02:32:47: Executing ':GetTimeBenchmark.main()'... | |
> Task :compileJava UP-TO-DATE | |
> Task :processResources NO-SOURCE | |
> Task :classes UP-TO-DATE | |
> Task :compileTestJava NO-SOURCE | |
> Task :processTestResources NO-SOURCE | |
> Task :testClasses UP-TO-DATE | |
> Task :compileJmhJava UP-TO-DATE | |
> Task :processJmhResources NO-SOURCE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package uk.co.palmr.benchmarks; | |
import net.openhft.affinity.Affinity; | |
import org.openjdk.jmh.annotations.*; | |
import org.openjdk.jmh.profile.AsyncProfiler; | |
import org.openjdk.jmh.profile.GCProfiler; | |
import org.openjdk.jmh.results.format.ResultFormatType; | |
import org.openjdk.jmh.runner.Runner; | |
import org.openjdk.jmh.runner.RunnerException; | |
import org.openjdk.jmh.runner.options.Options; |
OlderNewer