Modern and flexible load testing framework for Pull and Push scenarios, designed to test any system regardless a protocol (HTTP/WebSockets/AMQP etc) or a semantic model (Pull/Push).
For real-time reporting of metrics, it's helpful to have a sort index to ensure proper visualization of the statistics. The sort index helps organize the metrics in the desired order, making it easier to interpret the data in real-time dashboards or reports.
type ScenarioStats = {
ScenarioName: string
...
SortIndex: int
}
For real-time reporting of metrics, it's helpful to have a sort index to ensure proper visualization of the statistics. The sort index helps organize the metrics in the desired order, making it easier to interpret the data in real-time dashboards or reports.
Example: