Skip to content

fix(query-engine): remove leftover bench Docker stub and unused criterion dep - #626

Merged
milindsrivastava1997 merged 1 commit into
mainfrom
worktree-fix-roborev-18
Aug 26, 2026
Merged

fix(query-engine): remove leftover bench Docker stub and unused criterion dep#626
milindsrivastava1997 merged 1 commit into
mainfrom
worktree-fix-roborev-18

Conversation

@milindsrivastava1997

Copy link
Copy Markdown
Contributor

Summary

  • roborev job 18 flagged that refactor(query-engine): remove legacy SimpleMapStore implementations #625 (removing legacy SimpleMapStore and its benchmark) left both Dockerfiles creating a stub for the now-deleted simple_store_bench.rs, and left criterion as an unused dev-dependency in asap-query-engine/Cargo.toml
  • Removes the dead stub steps from asap-query-engine/Dockerfile and asap-planner-rs/Dockerfile
  • Drops the unused criterion dev-dependency and regenerates Cargo.lock

Test plan

  • cargo check -p query_engine_rust --tests passes

… unused criterion dep

roborev flagged that #625 deleted the benches/ directory but left both
Dockerfiles creating a stub for the now-gone simple_store_bench.rs, and
left criterion as an unused dev-dependency.

Co-Authored-By: Claude Sonnet 5 <[email protected]>
@milindsrivastava1997
milindsrivastava1997 marked this pull request as ready for review August 26, 2026 03:35
@milindsrivastava1997
milindsrivastava1997 merged commit 28d1bb6 into main Aug 26, 2026
13 checks passed
@milindsrivastava1997
milindsrivastava1997 deleted the worktree-fix-roborev-18 branch August 26, 2026 03:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant