├── LICENSE ├── README.md ├── go.mod └── main.go /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quasilyte/go-benchrun/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quasilyte/go-benchrun/HEAD/README.md -------------------------------------------------------------------------------- /go.mod: -------------------------------------------------------------------------------- 1 | module github.com/Quasilyte/go-benchrun 2 | -------------------------------------------------------------------------------- /main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quasilyte/go-benchrun/HEAD/main.go --------------------------------------------------------------------------------