-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve statsd sink performance (#32)
* initial Signed-off-by: James Sedgwick <[email protected]> * fix Signed-off-by: James Sedgwick <[email protected]> * lint Signed-off-by: James Sedgwick <[email protected]> * use buffer pool Signed-off-by: James Sedgwick <[email protected]> * check Signed-off-by: James Sedgwick <[email protected]> * update travis config * sync.Pool([]byte) -> (*bytes.Buffer), etc (#33)
- Loading branch information
James Sedgwick
authored
Jul 12, 2018
1 parent
942830d
commit bb587bd
Showing
2 changed files
with
128 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ go: | |
- 1.7 | ||
- 1.8 | ||
- 1.9 | ||
- "1.10" | ||
|
||
before_install: mkdir -p $GOPATH/bin | ||
install: make install | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters