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

Support spreading transaction load across time instead of bursts every send period #155

Open
thanethomson opened this issue Oct 14, 2022 · 1 comment

Comments

@thanethomson
Copy link
Member

At present, tm-load-test sends transactions in bursts at the beginning of each send period (usually each second). We should also support spreading this transaction load across each second, either uniformly or randomly.

@williambanfield
Copy link

It's not clear to me this actually needs to be done in the tool, since users could alternatively set a smaller period with an equivalently smaller batch size whose product achieves the same throughput. For example, to achieve 100 tx / sec, you can either use 1 second as the period and 100 as the size or .5 seconds as the period and 50 as the batch size.

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

2 participants