-
Notifications
You must be signed in to change notification settings - Fork 598
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(benchmarks): remove pandas benchmarking and replace with mor…
…e-representative duckdb version (#8322) This PR removes pandas execution benchmarks, whose performance has gotten much worse after `the-epic-split` merge. IMO, there are good reasons to avoid benchmarking backend execution in Ibis, the main one being that execution is not a part of Ibis that we can control. That isn't true of the Pandas backend, but since the DuckDB backend can now do everything the pandas backend could do after merging `the-epic-split` --including `asof_join`--we are not going to spend any time improving the performance of the pandas backend, I would actually vote to remove all execution tests here, and keep only the ones that benchmark expression compilation and construction.
- Loading branch information
Showing
1 changed file
with
2 additions
and
65 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