feat: improve filter support for scanbench (#7736)

* feat: cast filters type for scanbench

Signed-off-by: evenyag <realevenyag@gmail.com>

* chore: pub file_range mod

So we can use the pub struct FileRange in other places

Signed-off-by: evenyag <realevenyag@gmail.com>

* fix: add api as dev-dependency to cmd for clippy

Signed-off-by: evenyag <realevenyag@gmail.com>

* feat: support profiling after warmup

Signed-off-by: evenyag <realevenyag@gmail.com>

---------

Signed-off-by: evenyag <realevenyag@gmail.com>
This commit is contained in:
Yingwen
2026-03-03 17:00:41 +08:00
committed by GitHub
parent b2074e3863
commit 5c8ece27e0
5 changed files with 210 additions and 11 deletions

View File

@@ -106,6 +106,7 @@ pprof = { version = "0.14", features = [
tikv-jemallocator = "0.6"
[dev-dependencies]
api.workspace = true
client = { workspace = true, features = ["testing"] }
common-test-util.workspace = true
common-version.workspace = true