-
Notifications
You must be signed in to change notification settings - Fork 14
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
generate in goroutines #51
Conversation
@endorama you were right tweaking the channel size seems to show different performance behaviour and some improvement, but I'd say it's not reliable, since it's probably very relevant to the host machine |
…l to bind function
@endorama I've built different binaries across the refactoring at various commit in the branch here's some outcomes
all the above used no specific generator configuration I've run another test using the ec2_metrics template (that has an high cardinality on several fields).
in this case the performance between while the final goal of improving the performance was not reached I would keep a few elements of the refactoring:
|
main
branch:this branch: