Skip to content

Commit bcf0ab1

Browse files
committed
Merge pull request #49 from cmpis/master
Updated readme with note related to SIGQUIT from #44
2 parents cb7a3ba + abd6399 commit bcf0ab1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,13 @@ cd $GOPATH/src/github.com/julienschmidt/go-http-routing-benchmark
386386
go test -bench=.
387387
```
388388

389+
> **Note:** If you run the tests and it SIGQUIT's make the go test timeout longer (#44)
390+
>
391+
>```
392+
go test -timeout=2h -bench=.
393+
```
394+
395+
389396
You can bench specific frameworks only by using a regular expression as the value of the `bench` parameter:
390397
```bash
391398
go test -bench="Martini|Gin|HttpMux"

0 commit comments

Comments
 (0)