mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-02 22:06:17 +00:00
fixes
This commit is contained in:
@@ -68,7 +68,6 @@ public class IrisBenchmarking {
|
|||||||
Iris.warn("Although it may seem momentarily paused, it's actively processing.");
|
Iris.warn("Although it may seem momentarily paused, it's actively processing.");
|
||||||
BenchmarksCompleted = 0;
|
BenchmarksCompleted = 0;
|
||||||
|
|
||||||
// help
|
|
||||||
CompletableFuture<Void> future = CompletableFuture.runAsync(() -> {
|
CompletableFuture<Void> future = CompletableFuture.runAsync(() -> {
|
||||||
currentRunning = "calculateDiskSpeed";
|
currentRunning = "calculateDiskSpeed";
|
||||||
progressBar();
|
progressBar();
|
||||||
|
|||||||
Reference in New Issue
Block a user