621491f8db
update with origin
10 lines
167 B
Java
10 lines
167 B
Java
package com.baeldung;
|
|
|
|
public class BenchmarkRunner {
|
|
|
|
public static void main(String[] args) throws Exception {
|
|
org.openjdk.jmh.Main.main(args);
|
|
}
|
|
|
|
}
|