Updated documentation
This commit is contained in:
parent
a4dc5a4eff
commit
2c964791f7
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