Updated documentation

This commit is contained in:
2024-08-26 12:46:47 +02:00
parent b35b17bb32
commit 63d72c8d22
4 changed files with 138 additions and 135 deletions

11
tests/readme.md Normal file
View File

@ -0,0 +1,11 @@
## Tests
```shell
go test ./... -v -cover
```
## Benchmarks
```shell
go test ./tests -run='^$' -bench=. -benchmem
```