Skip to content

Refactor quantitative benchmark reporting#342

Merged
yvette-carlisle merged 58 commits into
mainfrom
xy/quantitative-benchmark-rescue
Jul 2, 2026
Merged

Refactor quantitative benchmark reporting#342
yvette-carlisle merged 58 commits into
mainfrom
xy/quantitative-benchmark-rescue

Conversation

@yvette-carlisle

Copy link
Copy Markdown
Member

Summary

  • Port quantitative benchmark report, product manifest, and audit manifest surfaces into split Rust modules.
  • Preserve the current module split instead of restoring the old monolithic real_world_job_benchmark.rs shape.
  • Clean up quantitative metric, report, manifest export/import, validation, and per-query row ownership boundaries.

Validation

  • cargo make fmt-rust
  • cargo test -p elf-eval --test real_world_job_benchmark quantitative::metrics -- --nocapture
  • cargo test -p elf-eval --test real_world_job_benchmark quantitative::product_manifest -- --nocapture
  • cargo test -p elf-eval --test real_world_job_benchmark quantitative -- --nocapture
  • cargo make check-rust
  • cargo make check
  • git diff --check

Notes

  • Branch diff at PR creation: 122 files changed, 4234 insertions(+), 467 deletions(-).
  • Current largest quantitative module file: 59 lines.

@yvette-carlisle yvette-carlisle merged commit 93dcd6e into main Jul 2, 2026
12 checks passed
@yvette-carlisle yvette-carlisle deleted the xy/quantitative-benchmark-rescue branch July 2, 2026 01:18
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