perun.io.bench¶
Bench io module.
Attributes¶
Functions¶
|
Export data node to json format based on the github continuous benchmark action. |
Module Contents¶
- perun.io.bench.exportBench(dataNode: perun.data_model.data.DataNode, mr_id: str) str[source]¶
Export data node to json format based on the github continuous benchmark action.
https://github.com/benchmark-action/github-action-benchmark
- Parameters:
dataNode (DataNode) – Data Node
mr_id (str) – MULTI_RUN node to get data from.
- Returns:
Json string with benchmark data.
- Return type:
str