Skip to content
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

deps: update ycsb dependencies #1142

Merged
merged 5 commits into from
Oct 27, 2023
Merged

Conversation

olavloite
Copy link
Collaborator

@olavloite olavloite commented Oct 26, 2023

Updates the JDBC driver and the Unix domain socket implementation dependencies that are used for running the YCSB benchmarks. Also increases the number of operations per test run, and removes the test runs with a batch size of 200, because:

  1. Longer runs give a more realistic picture, especially for the Cloud Spanner JDBC driver, as less warm-up effect is seen in the execution times.
  2. batch_size 200 did not affect the performance compared to other batch sizes, and the removing this run leaves us enough time to increase the operation count.

@codecov
Copy link

codecov bot commented Oct 27, 2023

Codecov Report

Merging #1142 (db2d06b) into postgresql-dialect (33d7e38) will decrease coverage by 0.10%.
The diff coverage is n/a.

@@                   Coverage Diff                    @@
##             postgresql-dialect    #1142      +/-   ##
========================================================
- Coverage                 90.69%   90.60%   -0.10%     
+ Complexity                 2547     2544       -3     
========================================================
  Files                       140      140              
  Lines                      8546     8546              
  Branches                   1250     1250              
========================================================
- Hits                       7751     7743       -8     
- Misses                      536      541       +5     
- Partials                    259      262       +3     
Flag Coverage Δ
all_tests 90.60% <ø> (-0.10%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 3 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@olavloite olavloite merged commit 7bb4af0 into postgresql-dialect Oct 27, 2023
31 of 32 checks passed
@olavloite olavloite deleted the update-ycsb-dependencies branch October 27, 2023 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant