From 522606441a575453dab78867ac3a8ed4a68a009d Mon Sep 17 00:00:00 2001 From: Simon Waldherr Date: Tue, 13 Aug 2024 04:30:40 +0200 Subject: [PATCH] add github.com/SimonWaldherr/golang-benchmarks (#4491) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 76424a88..3f5a1037 100644 --- a/README.md +++ b/README.md @@ -3414,6 +3414,7 @@ _Where to discover new Go libraries._ - [go-web-framework-benchmark](https://github.com/smallnest/go-web-framework-benchmark) - Go web framework benchmark. - [go_serialization_benchmarks](https://github.com/alecthomas/go_serialization_benchmarks) - Benchmarks of Go serialization methods. - [gocostmodel](https://github.com/PuerkitoBio/gocostmodel) - Benchmarks of common basic operations for the Go language. +- [golang-benchmarks](https://github.com/SimonWaldherr/golang-benchmarks) - a collection of golang benchmarks. - [golang-sql-benchmark](https://github.com/tyler-smith/golang-sql-benchmark) - Collection of benchmarks for popular Go database/SQL utilities. - [gospeed](https://github.com/feyeleanor/GoSpeed) - Go micro-benchmarks for calculating the speed of language constructs. - [kvbench](https://github.com/jimrobinson/kvbench) - Key/Value database benchmark.