Skip to content
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

About the group feature #2

Open
m-narita-s-style opened this issue Nov 29, 2023 · 0 comments
Open

About the group feature #2

m-narita-s-style opened this issue Nov 29, 2023 · 0 comments

Comments

@m-narita-s-style
Copy link

Hello

Thank you for creating such a great tool.
I want to use this tool.

I've been running the tutorial for a while and noticed that the group feature doesn't work.

https://square.github.io/finch/intro/concepts/#client-and-execution-groups

In fact, there does not appear to be a group attribute.

finch/config/file.go

Lines 314 to 329 in e72f5b0

type ClientGroup struct {
Clients string `yaml:"clients,omitempty"` // uint
Db string `yaml:"db,omitempty"`
Iter string `yaml:"iter,omitempty"` // uint
IterClients string `yaml:"iter-clients,omitempty"` // uint
IterExecGroup string `yaml:"iter-exec-group,omitempty"` // uint
Name string `yaml:"name,omitempty"`
QPS string `yaml:"qps,omitempty"` // uint
QPSClients string `yaml:"qps-clients,omitempty"` // uint
QPSExecGroup string `yaml:"qps-exec-group,omitempty"` // uint
Runtime string `yaml:"runtime,omitempty"`
TPS string `yaml:"tps,omitempty"`
TPSClients string `yaml:"tps-clients,omitempty"`
TPSExecGroup string `yaml:"tps-exec-group,omitempty"`
Trx []string `yaml:"trx,omitempty"`
}

Has this feature been implemented yet?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant