Skip to content

Commit db92ad6

Browse files
author
Bytekeeper
committed
Fixed benchmark name
1 parent 33dab1c commit db92ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jmh/java/org/bk/ass/SimulatorBenchmark.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public void setup() {
3636
}
3737

3838
@Benchmark
39-
public int _7MutasVs8Hydras(MyState state) {
39+
public int _30MutasVs30Hydras(MyState state) {
4040
return state.simulator.simulate(-1);
4141
}
4242

0 commit comments

Comments
 (0)