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
883c3c259a
xk6-frostfs
/
.gitignore
4 lines
18 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
[#30] gitignore: Add dir for presets Could be useful for local runs Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
2022-10-25 15:03:28 +00:00
presets
Reference in a new issue
Copy permalink