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
- Host: GitHub
- URL: https://github.com/zchee/go-benchmarks
- Owner: zchee
- License: bsd-3-clause
- Created: 2017-07-10T10:08:26.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2022-07-27T15:43:47.000Z (over 3 years ago)
- Last Synced: 2025-02-01T23:51:08.110Z (about 1 year ago)
- Topics: benchmark, go
- Language: Go
- Homepage: https://godoc.org/github.com/zchee/go-benchmarks
- Size: 71.3 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)