This commit is contained in:
RePixelatedMC
2023-10-26 19:46:38 +02:00
parent b40dcd3164
commit 1bad0fe048
@@ -33,7 +33,6 @@ public class IrisPackBenchmarking {
// IrisPackBenchmarking IrisPackBenchmarking = new IrisPackBenchmarking(); // IrisPackBenchmarking IrisPackBenchmarking = new IrisPackBenchmarking();
benchmark = true; benchmark = true;
Iris.info(C.BLUE + "Benchmarking Dimension: " + C.AQUA + BenchDimension); Iris.info(C.BLUE + "Benchmarking Dimension: " + C.AQUA + BenchDimension);
//progress(); //progress();
CompletableFuture<Void> future = CompletableFuture.runAsync(() -> { CompletableFuture<Void> future = CompletableFuture.runAsync(() -> {
Iris.info(C.GOLD + "Setting everything up.."); Iris.info(C.GOLD + "Setting everything up..");
@@ -98,7 +97,7 @@ public class IrisPackBenchmarking {
break; break;
} }
} }
//J.sleep(100); //J.sleep(100); test
} }
} }
static void createBenchmark(){ static void createBenchmark(){