Skip to content

adding memory stats to regression benchmarks#670

Open
MarkWolters wants to merge 4 commits into
mainfrom
add_memory_to_regression_stats
Open

adding memory stats to regression benchmarks#670
MarkWolters wants to merge 4 commits into
mainfrom
add_memory_to_regression_stats

Conversation

@MarkWolters
Copy link
Copy Markdown
Contributor

This is a minor change to the AutoBenchYAML regression testing infrastructure. We already tracked on heap and off heap memory usage but only reported the statistics to the json summary file and not to the csv file used in post processing to create the visualizations. This PR simply adds memory stats to the final rollup so that they can be represented in visualizations along with the other stats.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 29, 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.

Copy link
Copy Markdown
Collaborator

@tlwillke tlwillke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

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.

2 participants