Merged
Conversation
- Update workspace version in Cargo.toml - Update Python package version in pyproject.toml - Update CHANGELOG with CodSpeed integration, Phase 4/4.5, and CI improvements
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #89 +/- ##
=======================================
Coverage 86.64% 86.64%
=======================================
Files 63 63
Lines 13349 13349
=======================================
Hits 11566 11566
Misses 1783 1783
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Merging this PR will degrade performance by 21.9%
|
| Mode | Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|---|
| ❌ | WallTime | noop_get |
17 ns | 19 ns | -10.53% |
| ❌ | WallTime | concurrent_mixed[2] |
74.7 µs | 85.1 µs | -12.28% |
| ⚡ | WallTime | len[1000] |
539.4 µs | 354.5 µs | +52.18% |
| ⚡ | WallTime | size_bytes[10000] |
496.9 µs | 410.4 µs | +21.08% |
| ❌ | WallTime | factory_single_builder_large_utf8 |
106 ns | 125 ns | -15.2% |
| ⚡ | WallTime | size_bytes[1000] |
42.8 µs | 38.2 µs | +11.9% |
| ❌ | WallTime | get[4096] |
251 ns | 284 ns | -11.62% |
| ❌ | WallTime | factory_single_builder_large_binary |
107 ns | 137 ns | -21.9% |
| ⚡ | WallTime | size_bytes[100000] |
478 µs | 415.1 µs | +15.16% |
| ❌ | WallTime | columns[100] |
6.7 ms | 7.7 ms | -12.45% |
| ⚡ | WallTime | list_tables_miss_db1000us[50_tables] |
2 ms | 1.6 ms | +23.44% |
| ⚡ | WallTime | size_bytes[100000] |
481.8 µs | 418.1 µs | +15.22% |
| ❌ | WallTime | int64_1m_rows |
9.7 ms | 10.7 ms | -10% |
| ⚡ | WallTime | deserialize_100_tables |
16.9 µs | 13.2 µs | +28.28% |
| ⚡ | Memory | same_key_contention[4] |
11.9 KB | 10.7 KB | +10.93% |
| ❌ | Memory | concurrent_get[4] |
716 B | 810 B | -11.6% |
Comparing chore/release-0.3.4 (035effc) with main (e66dda0)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Patch release v0.3.4 with CodSpeed benchmarking integration and infrastructure improvements.
Changes
Commits since v0.3.3
Checklist