Extension for the automatic collection and display of various KPIs between nodes per run #32
eisenbahnhero
started this conversation in
Show and tell
Replies: 1 comment
-
|
Implemnted in 8730881 |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I have written a Python script that automatically evaluates the output of AutoRecLab after a run. The following KPIs are collected and saved for each node. Additionally, plots are generated to allow for a comparison between the nodes.
It might make sense to integrate this script directly into a future version of AutoRecLab; currently, you simply call it after an AutoRecLab run and pass the path to the generated “sandbox.” A ‘stats’ folder is then created within the “sandbox” containing all KPIs and the plots.
The following KPIs are recorded:
get_kpis_from_sandbox.py
Beta Was this translation helpful? Give feedback.
All reactions