Skip to content

lalanne/LoadGenerator

Repository files navigation

Build Status codecov

LoadGenerator

Simple load generator

Compilation

  • in root folder

For release build:

  • cmake -DCMAKE_BUILD_TYPE=Release .

For debug build:

  • cmake -DCMAKE_BUILD_TYPE=Debug .

  • make clean

  • make

Execution

usage: load_generator <n> <t>

n: number of concurrent requests

t: number of <n> that will be executed