Skip to content

Commit 08281dd

Browse files
zzylolclaude
andcommitted
feat: add bench_precompute_sketch binary for precompute engine benchmarking
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 6d1e70e commit 08281dd

2 files changed

Lines changed: 501 additions & 0 deletions

File tree

asap-query-engine/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ path = "src/bin/precompute_engine.rs"
6363
name = "test_e2e_precompute"
6464
path = "src/bin/test_e2e_precompute.rs"
6565

66+
[[bin]]
67+
name = "bench_precompute_sketch"
68+
path = "src/bin/bench_precompute_sketch.rs"
6669

6770
[dev-dependencies]
6871
tempfile = "3.20.0"

0 commit comments

Comments
 (0)