Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 544 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 544 Bytes

Results Aggregator

This project will aggregate the result from benchmark project.

Running the project locally

This project using Python 3.10 and Poetry to manage its dependencies and virtual environment.

First, install all dependdencies:

poetry install

To run the report generator, execute the following commands:

poetry run aggregator generate_report <experiment_folder>

It will look for a experiment_folder folder inside /results folder.