-
Notifications
You must be signed in to change notification settings - Fork 18
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
Feature: Add SavingOptions to save_result API #874
Feature: Add SavingOptions to save_result API #874
Conversation
SonarCloud Quality Gate failed. 0 Bugs No Coverage information |
40bc3e1
to
ddddb91
Compare
Benchmark is done. Checkout the benchmark result page. Benchmark diff v0.5.1 vs. mainParametrized benchmark signatures: BenchmarkOptimize.time_optimize(index_dependent, grouped, weight)
Benchmark diff main vs. PRParametrized benchmark signatures: BenchmarkOptimize.time_optimize(index_dependent, grouped, weight)
|
Codecov Report
@@ Coverage Diff @@
## main #874 +/- ##
=======================================
+ Coverage 85.3% 85.5% +0.1%
=======================================
Files 90 90
Lines 4857 4870 +13
Branches 912 913 +1
=======================================
+ Hits 4147 4166 +19
+ Misses 561 553 -8
- Partials 149 151 +2
Continue to review full report at Codecov.
|
966c524
to
72e250c
Compare
SonarCloud Quality Gate failed. 0 Bugs No Coverage information |
72e250c
to
671c6bd
Compare
671c6bd
to
fdb35f9
Compare
Sourcery Code Quality Report❌ Merging this PR will decrease code quality in the affected files by 0.52%.
Here are some functions in these files that still need a tune-up:
Legend and ExplanationThe emojis denote the absolute quality of the code:
The 👍 and 👎 indicate whether the quality has improved or gotten worse with this pull request. Please see our documentation here for details on how these metrics are calculated. We are actively working on this report - lots more documentation and extra metrics to come! Help us improve this quality report! |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
This PR adds the SavingOption to the save_result function. It also adds more tests for the result.
Checklist
Closes issues
closes #XXXX