-
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.
feat(flink): support translating typed null values
- Loading branch information
Showing
1 changed file
with
9 additions
and
1 deletion.
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
83beb7e
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_with_drops[bigquery]
35.06410744817264
iter/sec (stddev: 0.0003257334735220933
)130.02477424437095
iter/sec (stddev: 0.000247510166318326
)3.71
ibis/tests/benchmarks/test_benchmarks.py::test_compile[small-bigquery]
1362.666139215693
iter/sec (stddev: 0.00007982679893478541
)10602.847663506958
iter/sec (stddev: 0.00005834248372791223
)7.78
ibis/tests/benchmarks/test_benchmarks.py::test_compile[large-bigquery]
25.932246901509586
iter/sec (stddev: 0.0006507548913853837
)146.4406797920701
iter/sec (stddev: 0.00006932716190392247
)5.65
ibis/tests/benchmarks/test_benchmarks.py::test_compile[medium-bigquery]
60.966919092045245
iter/sec (stddev: 0.0010637681075288566
)603.5295570002766
iter/sec (stddev: 0.000035398257191080955
)9.90
This comment was automatically generated by workflow using github-action-benchmark.