Updated documentation
This commit is contained in:
parent
b35b17bb32
commit
63d72c8d22
4 changed files with 138 additions and 135 deletions
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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue