– Command: java -Xbatch -Xcomp -jar hwbotprime-0.8.3.jar
Rationale: -Xbatch disables compilation to native code during runtime, which means that it becomes a fore-run task. This ensures that the actual benchmark is run as native CPU code without background JVM tasks. Thus, it yields even better results.
Comments
Log in or register to comment