Updated documentation
This commit is contained in:
11
tests/readme.md
Normal file
11
tests/readme.md
Normal file
@ -0,0 +1,11 @@
|
||||
## Tests
|
||||
|
||||
```shell
|
||||
go test ./... -v -cover
|
||||
```
|
||||
|
||||
## Benchmarks
|
||||
|
||||
```shell
|
||||
go test ./tests -run='^$' -bench=. -benchmem
|
||||
```
|
Reference in New Issue
Block a user