Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LG - Load Generator #2

Open
8 tasks done
A-Thresher opened this issue Oct 25, 2022 · 0 comments
Open
8 tasks done

LG - Load Generator #2

A-Thresher opened this issue Oct 25, 2022 · 0 comments
Assignees

Comments

@A-Thresher
Copy link
Contributor

A-Thresher commented Oct 25, 2022

@## 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

@A-Thresher A-Thresher changed the title T3 - Load Generator LG - Load Generator Oct 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants