Signed-off-by: Andriy Kurilin <andr.kurilin@gmail.com> Change-Id: Id9d1c0cd8f2cbc34d22f861af7c2297899aa4e4e
16 lines
379 B
YAML
16 lines
379 B
YAML
---
|
|
version: 2
|
|
title: "RPS (Requests Per Second) Runner"
|
|
description: "Demonstrates using RPS runner for rate-limited execution"
|
|
subtasks:
|
|
- title: "Rate-limited execution"
|
|
description: "Execute iterations at a specific rate (requests per second)"
|
|
scenario:
|
|
Dummy.dummy:
|
|
sleep: 5
|
|
runner:
|
|
rps:
|
|
times: 20
|
|
rps: 3
|
|
timeout: 6
|