An open API service indexing awesome lists of open source software.

https://github.com/zchee/go-benchmarks

Collection of Go package benchmarks
https://github.com/zchee/go-benchmarks

benchmark go

Last synced: 5 months ago
JSON representation

Collection of Go package benchmarks

Awesome Lists containing this project

README

          

# go-benchmarks

Go benchmark of various packages.

## Benchmark targets

- db
- diff
- random
- serialization

## Related benchmarking repositories

- [alecthomas/go\_serialization\_benchmarks: Benchmarks of Go serialization methods](https://github.com/alecthomas/go_serialization_benchmarks)
- [cornelk/go-benchmark: Golang benchmarks used for optimizing code](https://github.com/cornelk/go-benchmark)
- [denji/awesome-http-benchmark: HTTP(S) benchmark tools, testing/debugging, & restAPI (RESTful)](https://github.com/denji/awesome-http-benchmark)
- [tyler-smith/golang-sql-benchmark: A benchmarking shootout of various db/SQL utilities for Go](https://github.com/tyler-smith/golang-sql-benchmark)
- [zchee/go-http-routing-benchmark: Go HTTP request router and web framework benchmark](https://github.com/zchee/go-http-routing-benchmark)