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

https://github.com/matiasinsaurralde/bench


https://github.com/matiasinsaurralde/bench

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# bench

Run with:
```
go run bench.go
```

## Requirements

Build the test programs & deps:

```
cd go/
go build main.go

cd otto/
go get
go build main.go
```