All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jmh.BaseJmh Maven / Gradle / Ivy

The newest version!
package jmh;

import org.openjdk.jmh.annotations.*;

import java.util.concurrent.TimeUnit;

@BenchmarkMode({Mode.Throughput})
@State(Scope.Benchmark)
@Fork(1)
@OutputTimeUnit(TimeUnit.MILLISECONDS)
@Warmup(iterations = 1)
@Measurement(iterations = 1)
public class BaseJmh {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy