-
Notifications
You must be signed in to change notification settings - Fork 217
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
Adding TLC stats to cimetrics #5807
Conversation
tla-cimetrics@78481 aka 20231107.14 vs main ewma over 20 builds from 78115 to 78447 Click to see tablemain
tla-cimetrics
|
Json!ndJsonSerialize. Related to microsoft/CCF#5807 [Feature][TLC]
@eddyashton @achamayou Still a WIP but I'd appreciate feedback at this stage. I've deliberately omitted |
Json!ndJsonSerialize. Related to microsoft/CCF#5807 [Feature][TLC]
@heidihoward if you would like a different category, you can add a line in https://github.com/microsoft/CCF/blob/main/metrics.yml, something like "TLC": "tlc_.*", before the "Others" catch-all (they are evaluated in order). |
done in e1e3cc4 |
Looking at the CI output wheel is complaining a bit but it seems to work anyways. I think actually it might be best to switch to cimetrics_env.sh so only cimetrics is installed. I did spot this handy script the first time around but did not use it as I wrongly assumed we didn't need a virtual env. PS: Sorry, I don't know how to post a link to ADO pipelines, copying and pasting the URL gives this fun error |
@heidihoward you're absolutely right, I'd completely forgotten about that script. |
This PR adds some TLC stats to the cimetrics. To keep things simple, this PR just adds the duration and number of distinct states for
MCccfraft.tla
but we can easily extended this.