-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
@## 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
- LG.1: Define test script format #5
- LG.2: Run test scripts in parallel #6
- LG.3: Get script, VU count, and test duration from external source #7
- LG.4: Define metric output format #8
- LG.5: Output metrics #9
- LG.6: Get metric output target from external source #10
- LG.7: Add script based processing #19
- LG.8: Test https #18
Metadata
Metadata
Assignees
Labels
No labels