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

Add benchmarks #3

Open
theodesp opened this issue Sep 28, 2018 · 4 comments
Open

Add benchmarks #3

theodesp opened this issue Sep 28, 2018 · 4 comments
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed

Comments

@theodesp
Copy link
Owner

Add benchmark testing

@theodesp theodesp added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers hacktoberfest labels Sep 28, 2018
@pbgnz
Copy link

pbgnz commented Oct 1, 2018

Hi Theofanis,

I am interested in helping you benchmark your library.

I was thinking of using the Go testing package built-in benchmark facility to test your code, similar to this post.

What do you think ?

@theodesp
Copy link
Owner Author

theodesp commented Oct 1, 2018

Sure go ahead. Try to get a few extra hints from this guide here:
https://github.com/golang/go/wiki/Performance

For example:
heap allocations and unnecessary escapes
Garbage collection

@theodesp
Copy link
Owner Author

@theodesp Any luck with any benchmarks?

@spinales
Copy link

spinales commented Oct 9, 2020

It can?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants