11 lines
120 B
Markdown

## Tests
```shell
go test ./... -v -cover
```
## Benchmarks
```shell
go test ./tests -run='^$' -bench=. -benchmem
```