We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0dc1d5 commit 1ced911Copy full SHA for 1ced911
1 file changed
README.md
@@ -186,6 +186,18 @@ go test -coverprofile=coverage.out ./...
186
go tool cover -html=coverage.out
187
```
188
189
+### Run Benchmarks
190
+
191
+```bash
192
+go test -bench=. -benchmem
193
+```
194
195
+Run specific benchmarks:
196
197
198
+go test -bench=BenchmarkContains -benchmem
199
200
201
## License
202
203
MIT
0 commit comments