-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clean up, fine tuning, credit section for thomaswue #646
Conversation
section and additional comments.
Getting this build failure now, I suppose due to
Any idea which packages I need to install for that? Does it make a substantial difference? |
This is just for a few milliseconds. The static linking makes the native image binary start up slightly faster. I removed the option. Here is some more info in case anybody wants to experiment with this: https://www.graalvm.org/latest/reference-manual/native-image/guides/build-static-executables/ |
Thanks, that makes my life a bit simpler :) And still coming in a tad faster than what's currently on main:
|
Cool, thanks for merging! Every millisecond counts at this point, so I take those 15 milliseconds faster ;-). |
section and additional comments.
Check List:
./mvnw verify
and the project builds successfully./test.sh <username>
shows no differences between expected and actual outputs)calculate_average_<username>.sh
(make sure to match casing of your GH user name) and is executablecalculate_average_baseline.sh
This is primarily for clean up and adding a credits section (including now also @artsiomkorzun). Furthermore, it removes some of the experimental native image options and exchanges for supported flags. This does run ~3% better on my machine, but unclear if this translates to anything on the evaluation machine (hopefully no regression ;)).