Skip to content

Commit e274687

Browse files
committed
uncomment the benchmark
1 parent c92724d commit e274687

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/github/forax/threadstop/bench/ThreadStopBench.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package com.github.forax.threadstop.bench;
2-
/*
2+
33
import org.openjdk.jmh.annotations.Benchmark;
44
import org.openjdk.jmh.annotations.BenchmarkMode;
55
import org.openjdk.jmh.annotations.Fork;
@@ -118,5 +118,5 @@ public boolean stop_arena() {
118118
return !scope.isAlive();
119119
}
120120
}
121-
*/
121+
122122

0 commit comments

Comments
 (0)