Skip to content

Commit 647ea94

Browse files
committed
docs(CVSS v4.0): update benchmarks
1 parent 5206b90 commit 647ea94

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -205,11 +205,12 @@ goos: linux
205205
goarch: amd64
206206
pkg: github.com/pandatix/go-cvss/40
207207
cpu: 11th Gen Intel(R) Core(TM) i5-11400H @ 2.70GHz
208-
BenchmarkParseVector_B-12 4363825 276.7 ns/op 16 B/op 1 allocs/op
209-
BenchmarkParseVector_BTES-12 1304852 896.8 ns/op 16 B/op 1 allocs/op
210-
BenchmarkCVSS40Vector-12 3962140 320.7 ns/op 192 B/op 1 allocs/op
211-
BenchmarkCVSS40Get-12 300182163 3.900 ns/op 0 B/op 0 allocs/op
212-
BenchmarkCVSS40Set-12 112736655 10.69 ns/op 0 B/op 0 allocs/op
208+
BenchmarkParseVector_B-12 3038960 402.7 ns/op 16 B/op 1 allocs/op
209+
BenchmarkParseVector_BTES-12 931626 1124 ns/op 16 B/op 1 allocs/op
210+
BenchmarkCVSS40Vector-12 2162690 604.2 ns/op 192 B/op 1 allocs/op
211+
BenchmarkCVSS40Get-12 219190380 5.748 ns/op 0 B/op 0 allocs/op
212+
BenchmarkCVSS40Set-12 114939408 10.67 ns/op 0 B/op 0 allocs/op
213+
BenchmarkCVSS40Score-12 1132005 1286 ns/op 0 B/op 0 allocs/op
213214
```
214215

215216
### How it works

0 commit comments

Comments
 (0)