Skip to content

Commit 990f3e2

Browse files
committed
Update the benchmarks and remove LoomSupport features
1 parent 791a463 commit 990f3e2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

benchmarks/src/main/java/io/netty/loom/benchmark/SchedulerBenchmark.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
import io.netty.channel.MultiThreadIoEventLoopGroup;
3131
import io.netty.channel.local.LocalIoHandler;
3232
import io.netty.channel.nio.NioIoHandler;
33-
import io.netty.loom.LoomSupport;
3433
import io.netty.loom.VirtualMultithreadIoEventLoopGroup;
3534

3635
@BenchmarkMode(Mode.Throughput)
@@ -82,7 +81,6 @@ public void setup() throws ExecutionException, InterruptedException {
8281
case Netty :
8382
var virtualGroup = new VirtualMultithreadIoEventLoopGroup(1, factory);
8483
executorGroup = virtualGroup;
85-
LoomSupport.checkSupported();
8684
vtFactory = executorGroup.submit(virtualGroup::vThreadFactory).get();
8785
break;
8886
case Default :

0 commit comments

Comments
 (0)