Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

achille-roussel
Copy link
Contributor

This PR enables some optimizations for Go 1.17, and moves the projects to use Github actions.

@achille-roussel achille-roussel merged commit be43fdb into master Sep 28, 2021
@achille-roussel achille-roussel deleted the go1.17 branch September 28, 2021 06:55
go-version: 1.17

- name: Setup Benchstat
run: go install golang.org/x/perf/cmd/benchstat@latest
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@achille-roussel I'm curious to see in practice how consistent results are when running benchmarks on multi-tenant GitHub Actions runners. I've seen it vary quite wildly.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, it looks like the results are a bit random, probably depends on the VM that the task lands on. This is mostly interesting to showcase how to automate this workflow.

I think we'll need to use self-hosted runners on hosts that are designed to run benchmarks of this kind if we wanted to get more meaningful results.

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.

3 participants