Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 571 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 571 Bytes

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