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: 21 days 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-03-24T10:54:28.000Z (over 1 year ago)
- Last Synced: 2024-04-12T05:09:11.030Z (7 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=.
```