Skip to content

WIP: Add refactoring of benchmarking

Lachlan requested to merge lachlanmackenzie/refactor_result_parsing_add into master

Description

This follows on from branch https://gitlab.com/BuildStream/benchmarks/tree/refactor_result_parsing, and looks to refactor the benchmarking code in OO style.

Changes proposed in this merge request:

  • Create results class to capture basic results information from json files
  • Create a parse class to get versioning information from json results

This merge request, when merged, will address issue/bug:

Start of process to smarten-up code.

Merge request reports