diff --git a/README.md b/README.md index ccc4b810..aeea5117 100644 --- a/README.md +++ b/README.md @@ -487,6 +487,14 @@ Software written in Go. Where to discover new Go libraries. +## Benchmarks + +* [autobench](https://github.com/davecheney/autobench) - Framework to compare the performance between different Go versions. +* [go-http-routing-benchmark](https://github.com/julienschmidt/go-http-routing-benchmark) - Go HTTP request router benchmark and comparison. +* [go_serialization_benchmarks](https://github.com/alecthomas/go_serialization_benchmarks) - Benchmarks of Go serialization methods. +* [go-type-assertion-benchmark](https://github.com/hgfischer/go-type-assertion-benchmark) - Naive performance test of two ways to do type assertion in Go. +* [kvbench](https://github.com/jimrobinson/kvbench) - Key/Value database benchmark. +* [speedtest-resize](https://github.com/fawick/speedtest-resize) - Compare various Image resize algorithms for the Go language. ## E-Books