https://github.com/matiasinsaurralde/bench
https://github.com/matiasinsaurralde/bench
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/matiasinsaurralde/bench
- Owner: matiasinsaurralde
- Created: 2016-06-27T00:18:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-27T00:25:10.000Z (over 9 years ago)
- Last Synced: 2025-06-21T04:28:35.829Z (4 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bench
Run with:
```
go run bench.go
```## Requirements
Build the test programs & deps:
```
cd go/
go build main.gocd otto/
go get
go build main.go
```