11 lines
120 B
Markdown
Raw Normal View History

2024-08-26 10:46:47 +00:00
## Tests
```shell
go test ./... -v -cover
```
## Benchmarks
```shell
go test ./tests -run='^$' -bench=. -benchmem
```