Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
magiconair committed Oct 30, 2015
1 parent 3ddeb44 commit 5b7d611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ the time in the GC. With `GOGC=800` this drops back to 1-2%. Higher values
don't provide higher gains.

As usual, don't rely on these numbers and perform your own benchmarks. You can
check the time fabio spends in the GC with `GODEBUG=gotrace=1`.
check the time fabio spends in the GC with `GODEBUG=gctrace=1`.

## Service configuration

Expand Down

0 comments on commit 5b7d611

Please sign in to comment.