diff options
| author | Marko Topolnik <marko.topolnik@gmail.com> | 2024-01-15 18:49:32 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-15 18:49:32 +0100 |
| commit | ecab306338e802cfc3fc808a4b87bc5b0a179b13 (patch) | |
| tree | 23d776b3b5a6bb7cb7eb9477ddf4eaadf7e625de /calculate_average_mtopolnik.sh | |
| parent | 6c7012a43e92cc699042f63226be66f0ddbe8c89 (diff) | |
10k improvement (#419)
* Remove commented-out params from the script
* General cleanup and refactoring
* Deoptimize parseTemperatureSimple
* Optimize nameEquals()
Diffstat (limited to 'calculate_average_mtopolnik.sh')
| -rwxr-xr-x | calculate_average_mtopolnik.sh | 2 |
1 files changed, 0 insertions, 2 deletions
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 |
