Remove instructions_count property from patterns.json #355
Unanswered
goerlibe
asked this question in
Development
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently the
instructions_count
is not aggregated into parent CUs. This leads toinstructions_count
being0
in the patterns.json.Since this information is not useful, it should be removed.
The other option: aggregating the values of the children would lead to helpful results. We decided against this option, because we can achieve similar results by aggregating the workload - which we already do.
Beta Was this translation helpful? Give feedback.
All reactions