- Place your code in its own
./{category}/{name}
sub-directory. - Make sure it has its own
go.mod
- rungo mod init github.com/bsm/go-benchmark/{category}/{name}
.
- Open a new GitHub pull request with the patch.
- Ensure the PR description clearly describes the intention of the effort.
- Update the README.md, make sure to include your benchmark in the list.
Thanks!