-
Notifications
You must be signed in to change notification settings - Fork 609
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revert: feat(patterns): support building sequences in replacement pat…
…terns
- Loading branch information
Showing
2 changed files
with
115 additions
and
203 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
Oops, something went wrong.
db09bc8
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_multiple_joins[100-10]
0.49073406161933475
iter/sec (stddev: 3.03859625094939
)1.90442623023182
iter/sec (stddev: 0.04719023785595965
)3.88
ibis/tests/benchmarks/test_benchmarks.py::test_compile[large-bigquery]
19.555118167529002
iter/sec (stddev: 0.0013505561925545627
)146.4406797920701
iter/sec (stddev: 0.00006932716190392247
)7.49
ibis/tests/benchmarks/test_benchmarks.py::test_compile[small-bigquery]
1028.2494755979387
iter/sec (stddev: 0.0001274541230206141
)10602.847663506958
iter/sec (stddev: 0.00005834248372791223
)10.31
ibis/tests/benchmarks/test_benchmarks.py::test_compile[medium-bigquery]
45.66019681529936
iter/sec (stddev: 0.0019782174613352296
)603.5295570002766
iter/sec (stddev: 0.000035398257191080955
)13.22
ibis/tests/benchmarks/test_benchmarks.py::test_compile_with_drops[bigquery]
26.252739165147947
iter/sec (stddev: 0.00247784039877847
)130.02477424437095
iter/sec (stddev: 0.000247510166318326
)4.95
This comment was automatically generated by workflow using github-action-benchmark.