go-perf / go-and-bench

Collection of Go benchmarks. Literally "go and bench"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-and-bench

build-img

Collection of Go benchmarks. Literally "go and bench".

Rationale

To have an easy way to run Go benchmarks to see how different code behaves on a specific hardware and/or OS.

Usage

Install Taskfile first, see https://taskfile.dev/installation/.

Compile benchmarks:

$ task compile 

Run benchmarks:

$ task bench

About

Collection of Go benchmarks. Literally "go and bench"

License:MIT License


Languages

Language:Go 100.0%