mirror of
https://github.com/nspcc-dev/xk6-neofs.git
synced 2026-03-01 04:29:30 +00:00
Make this repo be a real "NeoFS k6 extension" #34
Labels
No labels
I2
I3
I4
S2
S3
S4
U1
U2
U3
U4
blocked
bug
documentation
enhancement
enhancement
feature
go
help wanted
performance
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nspcc-dev/xk6-neofs#34
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @carpawell on GitHub (May 17, 2024).
Is your feature request related to a problem? Please describe.
Extending k6 is a natural and expected thing, there are plenty extensions already: https://k6.io/docs/extensions/get-started/explore/. However, we do not extend k6 with NeoFS in the repo called "xk6-neofs", we test NeoFS here. So it either should be named "neofs-load", or be a golang package that can be used in
xk6util with--withflag.Describe the solution you'd like
Keep only NeoFS client here, and redesign a little this repo to look similar to every public "xk6-*" repos in public. All the helpers/scripts/load scenarios/etc move to a separate repo called "load" or smth (can be private or public depending on our goals).
Describe alternatives you've considered
Additional context
An example of what should be called "xk6-*" extension (and how it should look) according to the creators: https://github.com/grafana/xk6-loki