-
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
Hyperfine: Script re-org #266
Conversation
calculate_average_iziamos.sh
Outdated
@@ -17,4 +17,4 @@ | |||
|
|||
|
|||
JAVA_OPTS="--enable-preview" | |||
time java $JAVA_OPTS --class-path target/average-1.0.0-SNAPSHOT.jar dev.morling.onebrc.CalculateAverage_iziamos | |||
tjava $JAVA_OPTS --class-path target/average-1.0.0-SNAPSHOT.jar dev.morling.onebrc.CalculateAverage_iziamos |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tjava
Since you change all of them, maybe it would be an improvement to move them into |
I think you'd also like to update README.md |
Fixed the typo and updated the README. I'm leaving that re-org for a separate PR, to keep things manageable. Thanks a lot for reviewing, @AlexanderYastrebov. |
Tested with a few entries, all looking good. Merging. |
This splits up the existing launch scripts to adhere to the structure established with #182. Only to be merged once that one is in!
@hundredwatt, @AlexanderYastrebov, review welcome. This was a bit of busy work, I hope I didn't mess up anything.