Skip to content

kevinmartin/go-benchmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published