-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
) This changes statsd metric tag hashing from being plain json to using the xxhash for improved performance. In doing so it moves a bit of hashing code used for prometheus labels around. name old time/op new time/op delta Ingest-4 3.45µs ± 1% 2.81µs ±13% -18.57% (p=0.008 n=5+5) name old alloc/op new alloc/op delta Ingest-4 1.50kB ± 0% 1.31kB ± 0% -12.84% (p=0.008 n=5+5) name old allocs/op new allocs/op delta Ingest-4 29.0 ± 0% 23.0 ± 0% -20.69% (p=0.000 n=6+5)
- Loading branch information
Ron Cohen
authored
Mar 30, 2020
1 parent
30e2d86
commit ce56566
Showing
5 changed files
with
44 additions
and
9 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
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
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
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
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