-
Notifications
You must be signed in to change notification settings - Fork 241
Test types, make spike ramping arrival rate #978
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
Conversation
MattDodsonEnglish
commented
Jan 10, 2023
- And some general language and formatting clean up.
- Fixes Spike test example uses closed model instead of open one #826
- And some general language and formatting clean up. - Fixes #826
src/data/markdown/translated-guides/en/05 Test Types/03 Stress testing.md
Outdated
Show resolved
Hide resolved
src/data/markdown/translated-guides/en/05 Test Types/03 Stress testing.md
Outdated
Show resolved
Hide resolved
@mstoykov I flagged you for review because you are the one who made issue #826 . You don't need to review the other content edits, only just the two sections in headed I want to make sure that the intro and the scripts are appropriate and something that can be conveniently copied and run locally. |
There's a version of the docs published here: https://mdr-ci.staging.k6.io/docs/refs/pull/978/merge It will be deleted automatically in 30 days. |
 | ||
|
||
This configuration increases the load by 100 users every 2 minutes and stays at this level for | ||
 | ||
|
||
Note, the test starts with a period of 1 minute of low load, a quick spike to very high load, followed by a recovery period of low load. | ||
 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunately k6 at this point (IIRC) reports all the allocated VUs as constnatly in use even if thre are doesn't require it. So if you have allocated 1000 VUs and need 1 to do 1 IPS it will still report 1000. Mostly because it in practice reports how many are active more then anything else. So this graph is ... misleading and I am not certain is needed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM on the test and text changes, but I would just drop the graphs at this point in time.
src/data/markdown/translated-guides/en/05 Test Types/03 Stress testing.md
Outdated
Show resolved
Hide resolved
src/data/markdown/translated-guides/en/05 Test Types/03 Stress testing.md
Outdated
Show resolved
Hide resolved
src/data/markdown/translated-guides/en/05 Test Types/03 Stress testing.md
Outdated
Show resolved
Hide resolved
Some of the images on the "Stress testing" guide[1] were removed and some text was mangled in #978. [1]: https://k6.io/docs/test-types/stress-testing/
Some of the images on the "Stress testing" guide[1] were removed and some text was mangled in #978. [1]: https://k6.io/docs/test-types/stress-testing/