### Describe the bug In `rust.yml`, `verify-benchmark-results` seems intended to run benchmark like as follows: ``` cargo test serde_q --package datafusion-benchmarks --profile release-nonlto --features=ci -- --test-threads=1 ``` But there are no tests which includes `serde_q` in the name. Actually, e752a9cd5390db718d6512d843a changed the name of the benchmark tests. ### To Reproduce _No response_ ### Expected behavior _No response_ ### Additional context _No response_