This website requires JavaScript.
Explore
Help
Sign in
TrueCloudLab
/
xk6-frostfs
Watch
40
Star
0
Fork
You've already forked xk6-frostfs
19
Code
Issues
35
Pull requests
1
Releases
Activity
Actions
9a78d83f01
xk6-frostfs
/
.gitignore
2 lines
3 B
Text
Raw
Normal View
History
Unescape
Escape
[#17] Implement k6 extension for random data generation It improves payload generation in our scenarios. Current implementation of scenarios generates single random payload at the start and then sends this same payload on every request. More realistic test is to generate unique payload for each request. However, this is an expensive operation that can easily cause a bottleneck on K6 side when we run multiple writing VUs. So instead we generate a random buffer with some extra bytes and then take slices of this buffer thus producing a random payload for each request. Signed-off-by: Vladimir Domnich <v.domnich@yadro.com>
2022-09-02 19:23:33 +00:00
k6
Reference in a new issue
Copy permalink