Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month ago
JSON representation
This is a simple boilerplate for running benchmarks in Go.
- Host: GitHub
- URL: https://github.com/lukasjhan/go_benchmark_plate
- Owner: lukasjhan
- Created: 2023-03-24T10:54:14.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-24T10:54:28.000Z (almost 2 years ago)
- Last Synced: 2024-10-24T08:52:37.527Z (3 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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=.
```