Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lukasjhan/go_benchmark_plate

This is a simple boilerplate for running benchmarks in Go.
https://github.com/lukasjhan/go_benchmark_plate

Last synced: 21 days ago
JSON representation

This is a simple boilerplate for running benchmarks in Go.

Awesome Lists containing this project

README

        

# Go benchmark boilerplate

This is a simple boilerplate for running benchmarks in Go.
Using goroutines and channels to run the benchmarks in parallel.

## Usage

```
go test -bench=.
```