Skip to content

go/internal/testcase: prevent compiler optimizations in benchmarks #7

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

Merged
merged 1 commit into from
Nov 4, 2019

Conversation

saser
Copy link
Owner

@saser saser commented Nov 4, 2019

This technique was taken from Dave Cheney's blog post "How to write benchmarks in Go", which is available here: https://dave.cheney.net/2013/06/30/how-to-write-benchmarks-in-go

This technique was taken from Dave Cheney's blog post "How to write
benchmarks in Go", which is available here:
https://dave.cheney.net/2013/06/30/how-to-write-benchmarks-in-go
@saser saser merged commit 69fe643 into master Nov 4, 2019
@saser saser deleted the go/fix/prevent-optimizations branch November 4, 2019 15:44
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

Successfully merging this pull request may close these issues.

1 participant