Skip to content

add memory and disk stats to regression tests#638

Open
MarkWolters wants to merge 2 commits intomainfrom
enhance_regression_tests
Open

add memory and disk stats to regression tests#638
MarkWolters wants to merge 2 commits intomainfrom
enhance_regression_tests

Conversation

@MarkWolters
Copy link
Contributor

@MarkWolters MarkWolters commented Feb 25, 2026

This PR adds memory and disk stats to the regression tests run by autoBenchYAML as well as to the analysis and charts generated afterwards. Specifically the 3 new metrics collected for comparison are:

  • max heap during index build phase
  • max heap during query phase
  • total disk size of monitored directories

This PR also adds the exact (to 2 decimal places) value of each point on the Y axis to make it easier to read and interpret the results.

@MarkWolters MarkWolters marked this pull request as ready for review February 25, 2026 16:02
@github-actions
Copy link
Contributor

github-actions bot commented Feb 25, 2026

Before you submit for review:

  • Does your PR follow guidelines from CONTRIBUTIONS.md?
  • Did you summarize what this PR does clearly and concisely?
  • Did you include performance data for changes which may be performance impacting?
  • Did you include useful docs for any user-facing changes or features?
  • Did you include useful javadocs for developer oriented changes, explaining new concepts or key changes?
  • Did you trigger and review regression testing results against the base branch via Run Bench Main?
  • Did you adhere to the code formatting guidelines (TBD)
  • Did you group your changes for easy review, providing meaningful descriptions for each commit?
  • Did you ensure that all files contain the correct copyright header?

If you did not complete any of these, then please explain below.

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