Skip to content

Latest commit

 

History

History

benchmark

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Benchmarks

This directory contains different types of benchmarks.

Running Benchmarks via Docker

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.

Running specific benchmarks

If you want to run only a specific category of benchmarks you can do it via arguments:

  1. Run startup benchmarks
./run.sh startup [application]?
  1. Run load benchmarks
./run.sh load [application]?