https://github.com/prosysscience/CPWorkloadBalancing
Raw File
Tip revision: 8c5e2d6ad1af00c81c112dab2cb8711894d654c2 authored by Benjamin Kovács on 28 May 2021, 22:00:19 UTC
fix import
Tip revision: 8c5e2d6
README.md
# Execution

The benchmarks can be start with the commands

```
python3 -m pip install requirements.txt
python3 run_benchmarks.py
```

The results are available in the file `results.txt` and the file `stats.txt`.
back to top