From ecab306338e802cfc3fc808a4b87bc5b0a179b13 Mon Sep 17 00:00:00 2001 From: Marko Topolnik Date: Mon, 15 Jan 2024 18:49:32 +0100 Subject: 10k improvement (#419) * Remove commented-out params from the script * General cleanup and refactoring * Deoptimize parseTemperatureSimple * Optimize nameEquals() --- calculate_average_mtopolnik.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'calculate_average_mtopolnik.sh') diff --git a/calculate_average_mtopolnik.sh b/calculate_average_mtopolnik.sh index e48711a..24b5a1c 100755 --- a/calculate_average_mtopolnik.sh +++ b/calculate_average_mtopolnik.sh @@ -15,7 +15,5 @@ # limitations under the License. # -# -XX:+UnlockDiagnosticVMOptions -XX:PrintAssemblyOptions=intel -XX:CompileCommand=print,*.CalculateAverage_mtopolnik::recordMeasurementAndAdvanceCursor" -# -XX:InlineSmallCode=10000 -XX:-TieredCompilation -XX:CICompilerCount=2 -XX:CompileThreshold=1000\ java --enable-preview \ --class-path target/average-1.0.0-SNAPSHOT.jar dev.morling.onebrc.CalculateAverage_mtopolnik -- cgit v1.2.3