Skip to content

bsm/go-benchmark

Repository files navigation

Go (Awesome) Benchmarks

This is a collection of various benchmarks for Go.

Contributing

Contibutions are very welcome, but please take a quick look at our very short contribution guidelines.

Contents

  • http/
    • json - various methods of generating a JSON HTTP response.
  • hash/
    • noncrypto - comparison of non-cryptographic hash methods.
  • rand/
    • guid - comparison of globally unique ID generators.
  • sketch/
    • histogram - comparison of histogram sketches.
  • store/
    • kv - comparison of disk based, embeddable key-value stores.

Results

Latest results can be found on Github.