Updated documentation

This commit is contained in:
Eduard Urbach 2024-08-26 12:46:47 +02:00
parent a4dc5a4eff
commit 2c964791f7
Signed by: eduard
GPG key ID: 49226B848C78F6C8
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
```