mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-17 14:21:33 +00:00
Disabled Pack Benchmark for now..
This commit is contained in:
@@ -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){
|
||||||
|
|||||||
Reference in New Issue
Block a user