You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@## Overview
Given a JavaScript test script, run that test script a given number of times in parallel for a given length of time. Send collected metrics to aggregator (batch or stream?)
Implementation
Inputs: test script, number of parallel process (the number of VUs it is responsible for), time to test, test start boolean
Outputs: Per test: test runtime + request, response, latency for each call in the test, at end of runtime send results of all tests
Notes:
Test script could contain the other inputs (VU count and duration)
@## Overview
Given a JavaScript test script, run that test script a given number of times in parallel for a given length of time. Send collected metrics to aggregator (batch or stream?)
Implementation
Inputs: test script, number of parallel process (the number of VUs it is responsible for), time to test, test start boolean
Outputs: Per test: test runtime + request, response, latency for each call in the test, at end of runtime send results of all tests
Notes:
Test script could contain the other inputs (VU count and duration)
Tasks
The text was updated successfully, but these errors were encountered: