Skip to content

Commit

Permalink
2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoPangxie732 committed Mar 2, 2021
1 parent 1991632 commit b7f88c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>cn.maxpixel</groupId>
<artifactId>minecraft-decompiler</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<encoding>UTF-8</encoding>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
import cn.maxpixel.mcdecompiler.reader.*;
import org.openjdk.jmh.annotations.*;
import org.openjdk.jmh.infra.Blackhole;
import org.openjdk.jmh.runner.Runner;
import org.openjdk.jmh.runner.RunnerException;
import org.openjdk.jmh.runner.options.Options;
import org.openjdk.jmh.runner.options.OptionsBuilder;
Expand All @@ -41,7 +40,7 @@ public void test() throws RunnerException {
.measurementIterations(10)
.warmupIterations(5)
.build();
new Runner(options).run();
// new Runner(options).run();
}

@Benchmark
Expand Down

0 comments on commit b7f88c1

Please sign in to comment.