Disabled Pack Benchmark for now..

This commit is contained in:
RePixelatedMC
2023-11-01 15:29:17 +01:00
parent ca3f228b89
commit 3f4fa0c67c
@@ -172,6 +172,8 @@ public class CommandIris implements DecreeExecutor {
Iris.info(C.RED + "Benchmark already is in progress."); Iris.info(C.RED + "Benchmark already is in progress.");
} }
} }
/*
/todo Fix PREGEN
@Decree(description = "Benchmark a pack", origin = DecreeOrigin.CONSOLE) @Decree(description = "Benchmark a pack", origin = DecreeOrigin.CONSOLE)
public void packbenchmark( public void packbenchmark(
@Param(description = "Dimension to benchmark") @Param(description = "Dimension to benchmark")
@@ -181,7 +183,8 @@ public class CommandIris implements DecreeExecutor {
BenchDimension = type.getLoadKey(); BenchDimension = type.getLoadKey();
IrisPackBenchmarking.runBenchmark(); IrisPackBenchmarking.runBenchmark();
} } */
@Decree(description = "Benchmark a pack", origin = DecreeOrigin.CONSOLE) @Decree(description = "Benchmark a pack", origin = DecreeOrigin.CONSOLE)
public void fixunstable() throws InterruptedException { public void fixunstable() throws InterruptedException {
if (unstablemode){ if (unstablemode){