Updated documentation

This commit is contained in:
Eduard Urbach 2024-08-26 12:46:47 +02:00
parent b35b17bb32
commit 63d72c8d22
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
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
```