Closed kevinzwang closed 12 hours ago
Comparing kevin/pin-pyiceberg
(1e97cf6) with main
(e236332)
⚡ 1
improvements
❌ 1
regressions
✅ 15
untouched benchmarks
:warning: Please fix the performance issues or acknowledge them on CodSpeed.
Benchmark | main |
kevin/pin-pyiceberg |
Change | |
---|---|---|---|---|
⚡ | test_iter_rows_first_row[100 Small Files] |
330.7 ms | 286.5 ms | +15.42% |
❌ | test_show[100 Small Files] |
15.5 ms | 23.2 ms | -33.12% |
1 reviewer was added to this PR based on Andrew Gazelka's automation.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 77.35%. Comparing base (
e236332
) to head (1e97cf6
). Report is 2 commits behind head on main.
🚨 Try these New Features:
Pinning because PyIceberg changes some internal APIs in v0.8 that we currently use, which breaks our use case. Tracking progress on a fix in #3394