## Tests

```shell
go test ./... -v -cover
```

## Benchmarks

```shell
go test ./tests -run='^$' -bench=. -benchmem
```