This file contains hidden or 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
| # Standalone benchmark harness for datafusion-comet PR #5612 (regex pattern cache). | |
| # Path-depends on the repo's spark-expr crate so the same harness builds against | |
| # whichever commit is checked out in the repo. | |
| [package] | |
| name = "bench5612" | |
| version = "0.1.0" | |
| edition = "2021" | |
| [workspace] |