Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/iov-one/benchsrv

Collect and compare benchmarks
https://github.com/iov-one/benchsrv

Last synced: 10 days ago
JSON representation

Collect and compare benchmarks

Awesome Lists containing this project

README

        

## Local development

Run PostgreSQL instance locally and set the `DATABASE_URL` environment variable.

```sh
# terminal 1
$ docker run -it --rm -e POSTGRES_PASSWORD='' -p 5432:5432 postgres:alpine

# terminal 2
$ export DATABASE_URL='host=localhost port=5432 database=postgres user=postgres sslmode=disable'
$ go run .
```