Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 467 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (9 loc) · 467 Bytes

How to contribute?

Do you want to write a benchmark?

  • Place your code in its own ./{category}/{name} sub-directory.
  • Make sure it has its own go.mod - run go mod init github.com/bsm/go-benchmark/{category}/{name}.

Did you write a benchmark?

  • 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!