Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 937 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 937 Bytes

Go Report Card Build Status

go-benchmarks

A collection of random Go benchmarks.

TLDR: View Latest Benchmark Results on CI →

How to Use

Each folder contains a benchmark I've done in the past with code, tests, benchmarks, and results.

Feel free to clone and run the benchmarks on your own. There is a standard way of running each benchmark.

Commands in each folder

Each folder has a Makefile with the following commands available:

Running Benchmarks

$ make bench

Running Tests

$ make test

Running Escape Analysis

$ make analysis

Help?

$ make help