Fixed cycle count for benchmark.

Was high because of initial input testing was using it...
This commit is contained in:
Florian Nücke
2020-09-19 00:29:22 +02:00
parent d16ac47d46
commit 69e637d5fd

View File

@@ -97,7 +97,7 @@ public final class Main {
Thread.sleep(5 * 1000);
LOGGER.info("Starting!");
final long cyclesPerRun = 100 * 100_000_000_000L;
final long cyclesPerRun = 300_000_000;
final int cyclesPerStep = 1_000;
final int hz = 50_000_000;