Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
filters/auth: add jwtMetrics benchmark (#3402)
```console $ go test ./filters/auth/ -run=NONE '-bench=BenchmarkJwtMetrics$' -count=10 | benchstat - goos: linux goarch: amd64 pkg: github.com/zalando/skipper/filters/auth cpu: Intel(R) Core(TM) i5-8350U CPU @ 1.70GHz │ - │ │ sec/op │ JwtMetrics-8 2.279µ ± 4% │ - │ │ B/op │ JwtMetrics-8 747.0 ± 0% │ - │ │ allocs/op │ JwtMetrics-8 19.00 ± 0% ``` Signed-off-by: Alexander Yastrebov <alexander.yastrebov@zalando.de>
- Loading branch information