Skip to content

Commit 60d8479

Browse files
committed
Extend Usage section
1 parent de1b61e commit 60d8479

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,3 +385,8 @@ This may take a while due to the large number of dependencies that need to be do
385385
cd $GOPATH/src/github.com/julienschmidt/go-http-routing-benchmark
386386
go test -bench=.
387387
```
388+
389+
You can bench specific frameworks only by using a regular expression as the value of the `bench` parameter:
390+
```bash
391+
go test -bench="Martini|Gin|HttpMux"
392+
```

0 commit comments

Comments
 (0)