Closed jaychia closed 1 week ago
Comparing jay/remove-runner-configs
(2cc0a0f) with main
(2c59675)
❌ 1
regressions
✅ 16
untouched benchmarks
:warning: Please fix the performance issues or acknowledge them on CodSpeed.
Benchmark | main |
jay/remove-runner-configs |
Change | |
---|---|---|---|---|
❌ | test_show[100 Small Files] |
50.5 ms | 67.5 ms | -25.13% |
Attention: Patch coverage is 96.29630%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 76.86%. Comparing base (
2c59675
) to head (2cc0a0f
). Report is 1 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
daft/context.py | 96.15% | 1 Missing :warning: |
Removes the concept of RunnerConfigs.
Our Runners are now materialized in 2 places:
daft.context.set_runner_*
, eagerly!get_context().get_or_create_runner()
under the hood