msimonin / ombt-orchestrator

Framework to evaluate different message buses using oslo.messaging (via ombt)
GNU General Public License v3.0
3 stars 4 forks source link

Determine previous and current it using all zip #139

Closed msimonin closed 6 years ago

msimonin commented 6 years ago
    nbr_clients: [1, 1, 1]
    nbr_servers: [1, 1, 1]
    nbr_calls: [100, 50, 25]
    pause: [0.1, 0.2, 0.3]

nbr_calls and pause weren't taken into account in the previous iteration calculation. The framework was misbehaving because, in the above, one new client and server were started for each iteration.