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 de1b61e commit 60d8479Copy full SHA for 60d8479
README.md
@@ -385,3 +385,8 @@ This may take a while due to the large number of dependencies that need to be do
385
cd $GOPATH/src/github.com/julienschmidt/go-http-routing-benchmark
386
go test -bench=.
387
```
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