fix(deps, pyamber): bump cached-property from 1.5.2 to 2.0.1 in /amber#6186
Conversation
Automated Reviewer SuggestionsBased on the
|
|
| config | throughput | MB/s | latency | max Δ latest / 7d | |
|---|---|---|---|---|---|
| 🔴 | bs=10 sw=10 sl=64 | 389 | 0.238 | 24,751/34,058/34,058 us | 🔴 +12.2% / 🔴 +123.9% |
| ⚪ | bs=100 sw=10 sl=64 | 774 | 0.473 | 128,520/152,847/152,847 us | ⚪ within ±5% / 🔴 +41.6% |
| ⚪ | bs=1000 sw=10 sl=64 | 891 | 0.544 | 1,124,050/1,144,828/1,144,828 us | ⚪ within ±5% / 🔴 +14.0% |
Baseline details
Latest main 4ef1ddf from same runner
| config | metric | PR | latest main | 7d avg | Δ latest | Δ 7d |
|---|---|---|---|---|---|---|
| bs=10 sw=10 sl=64 | throughput | 389 tuples/sec | 419 tuples/sec | 777.63 tuples/sec | -7.2% | -50.0% |
| bs=10 sw=10 sl=64 | MB/s | 0.238 MB/s | 0.256 MB/s | 0.475 MB/s | -7.0% | -49.9% |
| bs=10 sw=10 sl=64 | p50 | 24,751 us | 22,061 us | 12,603 us | +12.2% | +96.4% |
| bs=10 sw=10 sl=64 | p95 | 34,058 us | 34,846 us | 15,215 us | -2.3% | +123.9% |
| bs=10 sw=10 sl=64 | p99 | 34,058 us | 34,846 us | 18,617 us | -2.3% | +82.9% |
| bs=100 sw=10 sl=64 | throughput | 774 tuples/sec | 784 tuples/sec | 987.11 tuples/sec | -1.3% | -21.6% |
| bs=100 sw=10 sl=64 | MB/s | 0.473 MB/s | 0.478 MB/s | 0.602 MB/s | -1.0% | -21.5% |
| bs=100 sw=10 sl=64 | p50 | 128,520 us | 125,247 us | 101,428 us | +2.6% | +26.7% |
| bs=100 sw=10 sl=64 | p95 | 152,847 us | 160,204 us | 107,959 us | -4.6% | +41.6% |
| bs=100 sw=10 sl=64 | p99 | 152,847 us | 160,204 us | 114,777 us | -4.6% | +33.2% |
| bs=1000 sw=10 sl=64 | throughput | 891 tuples/sec | 901 tuples/sec | 1,021 tuples/sec | -1.1% | -12.8% |
| bs=1000 sw=10 sl=64 | MB/s | 0.544 MB/s | 0.55 MB/s | 0.623 MB/s | -1.1% | -12.7% |
| bs=1000 sw=10 sl=64 | p50 | 1,124,050 us | 1,114,149 us | 986,363 us | +0.9% | +14.0% |
| bs=1000 sw=10 sl=64 | p95 | 1,144,828 us | 1,136,900 us | 1,026,594 us | +0.7% | +11.5% |
| bs=1000 sw=10 sl=64 | p99 | 1,144,828 us | 1,136,900 us | 1,054,559 us | +0.7% | +8.6% |
Raw CSV
config_idx,batch_size,schema_width,string_len,num_batches,total_ms,total_tuples,total_bytes,tuples_per_sec,mb_per_sec,lat_p50_us,lat_p95_us,lat_p99_us
0,10,10,64,20,513.65,200,128000,389,0.238,24751.11,34058.40,34058.40
1,100,10,64,20,2583.23,2000,1280000,774,0.473,128519.98,152846.99,152846.99
2,1000,10,64,20,22457.97,20000,12800000,891,0.544,1124049.51,1144827.73,1144827.737e0b41a to
a65cb8e
Compare
Bumps [cached-property](https://github.com/pydanny/cached-property) from 1.5.2 to 2.0.1. - [Release notes](https://github.com/pydanny/cached-property/releases) - [Changelog](https://github.com/pydanny/cached-property/blob/main/HISTORY.md) - [Commits](pydanny/cached-property@1.5.2...2.0.1) --- updated-dependencies: - dependency-name: cached-property dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
a65cb8e to
a32fc76
Compare
There was a problem hiding this comment.
Pull request overview
This PR updates the Amber Python dependency set by bumping cached_property to a newer release, aligning the runtime with the upstream package’s current Python-version support and fixes.
Changes:
- Bump
cached_propertyfrom1.5.2to2.0.1in Amber’s pinned Python requirements.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6186 +/- ##
=========================================
Coverage 59.92% 59.92%
Complexity 3306 3306
=========================================
Files 1131 1131
Lines 43805 43805
Branches 4745 4745
=========================================
Hits 26251 26251
Misses 16129 16129
Partials 1425 1425
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Bumps cached-property from 1.5.2 to 2.0.1.
Release notes
Sourced from cached-property's releases.
Changelog
Sourced from cached-property's changelog.
Commits
c032196Merge pull request #357 from pydanny/specify-3.8-or-higherac78c96Specify 3.8 or higher8cf960dMerge pull request #355 from adamchainz/patch-1579e54bLink to functools.cached_property2564e5eBump to 2.083e14c3Convert to ruff for formatting6037ceeMerge pull request #353 from mrbean-bremen/current-python6e03949Add official support for current Python versions409f242Update README.md4adb332Fix README indentation