-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix java min benchmarking. #105
Fix java min benchmarking. #105
Conversation
Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
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.
Can you also clean up the dashes in the README:
https://github.com/Bit-Quill/glide-for-redis/blob/bd0bd9bf7c265b1fe1060527da1d1d29142ce7c7/java/README.md?plain=1#L109-L125
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.
Any reason why python/node jobs are failing?
Signed-off-by: Yury-Fridlyand <[email protected]>
They are failing on our repo only. We need to investigate this. |
Signed-off-by: Yury-Fridlyand <[email protected]>
@@ -66,36 +66,66 @@ private static Options getOptions() { | |||
// create the Options | |||
Options options = new Options(); | |||
|
|||
options.addOption(Option.builder("help").desc("print this message").build()); | |||
options.addOption(Option.builder("h").longOpt("help").desc("Print this message").build()); |
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.
Are we going to update this message later? Or is it meant to just be a dummy message? If we want to update this later, let's make sure that it doesn't fall through the cracks.
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.
A dummy message
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.
left one comment, but otherwise seems fine to me
6c66608
into
java/integ_yuryf_minimal_benchmark
* Fix java min benchmarking. --------- Signed-off-by: Yury-Fridlyand <[email protected]>
* Fix java min benchmarking. --------- Signed-off-by: Yury-Fridlyand <[email protected]>
As discussed in valkey-io#969, java CI should run minimal benchmark on every PR.
Features:
--option
instead of-option
) and corresponding script update