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

net.mostlyoriginal.api.MyBenchmark Maven / Gradle / Ivy

There is a newer version: 2.5.0
Show newest version
package net.mostlyoriginal.api;

import org.openjdk.jmh.annotations.*;

import java.util.concurrent.TimeUnit;

/**
 * Default benchmark settings.
 */
@State(Scope.Thread)
@Threads(1)
@Fork(1)
public class MyBenchmark {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy