Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide a way to append arch-specific stats to report definitions #508

Merged
merged 1 commit into from
Aug 2, 2024

Conversation

colby-nyce
Copy link
Contributor

Provides a fix for this issue:
#507

Copy link
Member

Choose a reason for hiding this comment

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

Wonder if there's value in adding arch-content as a constexpr string (keyword) like content: KEY_ARCH_CONTENT. Of course, you still need to perform the find operation as expected

if (auto sim_config = sim->getSimulationConfiguration()) {
skip_content_leaves_ = true;
bool dash_arch_given = false;
for (const auto &kvp : sim_config->getRunMetadata()) {
Copy link
Member

Choose a reason for hiding this comment

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

Might be handy to have sim config to enable a search of a key.

@klingaard
Copy link
Member

I don't know what's going on with azure.

@klingaard
Copy link
Member

All regressions passed locally (by hand). I'll merge this in for now

@klingaard klingaard merged commit 33672d4 into master Aug 2, 2024
5 of 8 checks passed
@klingaard klingaard deleted the arch-reports branch August 2, 2024 18:34
@klingaard klingaard linked an issue Aug 2, 2024 that may be closed by this pull request
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.

Allow for optional content in a report file
3 participants