-
Notifications
You must be signed in to change notification settings - Fork 608
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(clip): preserve nulls when clipping
- Loading branch information
Showing
7 changed files
with
66 additions
and
29 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
c12dfa4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
3
.ibis/tests/benchmarks/test_benchmarks.py::test_compile[medium-bigquery]
38.59023856264532
iter/sec (stddev: 0.02522526440080695
)603.5295570002766
iter/sec (stddev: 0.000035398257191080955
)15.64
ibis/tests/benchmarks/test_benchmarks.py::test_compile[small-bigquery]
1058.5437059295434
iter/sec (stddev: 0.00020878136335229994
)10602.847663506958
iter/sec (stddev: 0.00005834248372791223
)10.02
ibis/tests/benchmarks/test_benchmarks.py::test_compile[large-bigquery]
16.982299020809773
iter/sec (stddev: 0.04448098340867773
)146.4406797920701
iter/sec (stddev: 0.00006932716190392247
)8.62
ibis/tests/benchmarks/test_benchmarks.py::test_compile_with_drops[bigquery]
26.344669970659027
iter/sec (stddev: 0.003728085605853006
)130.02477424437095
iter/sec (stddev: 0.000247510166318326
)4.94
ibis/tests/benchmarks/test_benchmarks.py::test_compile[medium-druid]
3.733620931361614
iter/sec (stddev: 1.7571268460453324
)184.37177656676133
iter/sec (stddev: 0.00046351400859641047
)49.38
This comment was automatically generated by workflow using github-action-benchmark.