diff options
author | Calvin Xiao <calvin325@gmail.com> | 2021-05-03 00:35:28 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-02 10:35:28 -0600 |
commit | 53ececda21f77d000ee893bc981d6ec5c33872f8 (patch) | |
tree | 527fad5c6f5a610f0031a2373695f44427b2168a /modules/caddyhttp/caddyauth/hashes.go | |
parent | 637fd8f67b7ff6191673ff13e94825a4ec896891 (diff) |
caddyhttp: performance improvement in HeaderRE Matcher (#4143)
Below is the report using `benchstat` and cmd:
`go test -run=BenchmarkHeaderREMatcher -bench=BenchmarkHeaderREMatcher -benchmem -count=10`
```
name old time/op new time/op delta
HeaderREMatcher-16 869ns ± 1% 658ns ± 0% -24.29% (p=0.000 n=10+10)
name old alloc/op new alloc/op delta
HeaderREMatcher-16 144B ± 0% 112B ± 0% -22.22% (p=0.000 n=10+10)
name old allocs/op new allocs/op delta
HeaderREMatcher-16 7.00 ± 0% 5.00 ± 0% -28.57% (p=0.000 n=10+10)
```
Diffstat (limited to 'modules/caddyhttp/caddyauth/hashes.go')
0 files changed, 0 insertions, 0 deletions