Closed colin-ho closed 1 week ago
Comparing colin/fix-benchmarking-script
(1d52ee2) with main
(711e862)
❌ 2
regressions
✅ 15
untouched benchmarks
:warning: Please fix the performance issues or acknowledge them on CodSpeed.
Benchmark | main |
colin/fix-benchmarking-script |
Change | |
---|---|---|---|---|
❌ | test_iter_rows_first_row[100 Small Files] |
269 ms | 373.6 ms | -28% |
❌ | test_show[100 Small Files] |
22.3 ms | 42.5 ms | -47.65% |
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 77.50%. Comparing base (
711e862
) to head (1d52ee2
). Report is 5 commits behind head on main.
Using
ctx.get_or_create_runner
in benchmarking warmup code / metrics builder causes subsequentray.inits
to crash. Just check theDAFT_RUNNER
environment var instead, which should be set.Tested: