This website requires JavaScript.
Explore
Help
Sign in
TrueCloudLab
/
xk6-frostfs
Watch
39
Star
0
Fork
You've already forked xk6-frostfs
19
Code
Issues
35
Pull requests
Releases
Activity
Actions
1cf53545f2
xk6-frostfs
/
.gitignore
3 lines
10 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
[#19] Implement objects registry module Registry module stores information about uploaded objects in bolt database and allows to verify their validity after a load test. Also, implemented logic to verify objects uploaded via gRPC and S3 protocols. Signed-off-by: Vladimir Domnich <v.domnich@yadro.com>
2022-09-02 19:23:33 +00:00
*.bolt
Reference in a new issue
Copy permalink