-
Notifications
You must be signed in to change notification settings - Fork 327
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gzhttp: Use strings for randomJitter to skip a copy
name old speed new speed delta 2kJitter-8 59.9MB/s ± 4% 60.4MB/s ± 3% +0.77% (p=0.035 n=24+25) 2kJitterRNG-8 79.0MB/s ± 4% 79.5MB/s ± 4% ~ (p=0.215 n=24+25) name old alloc/op new alloc/op delta 2kJitter-8 3.18kB ± 2% 3.19kB ± 2% ~ (p=0.626 n=23+25) 2kJitterRNG-8 3.21kB ± 2% 3.21kB ± 3% ~ (p=0.697 n=25+25) name old allocs/op new allocs/op delta 2kJitter-8 16.0 ± 0% 15.0 ± 0% -6.25% (p=0.000 n=25+25) 2kJitterRNG-8 16.0 ± 0% 16.0 ± 0% ~ (all equal)
- Loading branch information
Showing
4 changed files
with
23 additions
and
45 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