This directory contains different types of benchmarks.
Docker allows the execution of benchmarks without needing to install and configure your development environment. For example, package installation and installation of sirun is performed automatically.
In order to run benchmarks using Docker, issue the following command from the benchmark folder of the project:
./run.sh
Once it finishes, the reports will be available in the reports folder.
If you want to run only a specific category of benchmarks you can do it via arguments:
- Run startup benchmarks
./run.sh startup [application]?
- Run load benchmarks
./run.sh load [application]?