Skip to content

Commit 480ae78

Browse files
zz_yclaude
andcommitted
refactor: eliminate code duplication + add bench_precompute_sketch binary
- Refactor Worker to use WorkerRuntimeConfig struct and Arc<AggregationConfig> - Add bench_precompute_sketch binary for precompute engine benchmarking - Add e2e_precompute_equivalence integration test - Expand design doc with second-tier merge worker design Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a3894c1 commit 480ae78

7 files changed

Lines changed: 1487 additions & 253 deletions

File tree

‎asap-query-engine/Cargo.toml‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ path = "src/bin/precompute_engine.rs"
6767
name = "test_e2e_precompute"
6868
path = "src/bin/test_e2e_precompute.rs"
6969

70+
[[bin]]
71+
name = "bench_precompute_sketch"
72+
path = "src/bin/bench_precompute_sketch.rs"
7073

7174
[dev-dependencies]
7275
ctor = "0.2"

0 commit comments

Comments
 (0)