-
Notifications
You must be signed in to change notification settings - Fork 95
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
benchmark module #614
benchmark module #614
Conversation
(cherry picked from commit 1f3fc949bd362958f2feadaac810765c027119bf)
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #614 +/- ##
============================================
+ Coverage 47.90% 48.01% +0.11%
- Complexity 6181 6187 +6
============================================
Files 401 394 -7
Lines 38254 38176 -78
Branches 6087 6085 -2
============================================
+ Hits 18326 18332 +6
+ Misses 18778 18703 -75
+ Partials 1150 1141 -9
☔ View full report in Codecov by Sentry. |
Hey there! I see you need help summarizing the previous results to write a Pull request review markdown doc. Let's get started! Pull Request ReviewChanges
Suggestions
Bugs
Improvements
import io.fair_acc.dataset.locks.DefaultDataSetLock; RatingOverall rating: 7.5/10 That's it! I hope this summary helps you with your Pull request review. If you need any further assistance, feel free to ask! |
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.
Looks good, as discussed.
Simple PR that moves the benchmark classes to a dedicated module that is compatible with jdk8.
This allows it to be used in older code bases that can't depend on dataset (jdk11).