Skip to content

Commit

Permalink
docs(CVSS v4.0): update benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
pandatix committed Oct 28, 2023
1 parent 5206b90 commit 647ea94
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,11 +205,12 @@ goos: linux
goarch: amd64
pkg: github.com/pandatix/go-cvss/40
cpu: 11th Gen Intel(R) Core(TM) i5-11400H @ 2.70GHz
BenchmarkParseVector_B-12 4363825 276.7 ns/op 16 B/op 1 allocs/op
BenchmarkParseVector_BTES-12 1304852 896.8 ns/op 16 B/op 1 allocs/op
BenchmarkCVSS40Vector-12 3962140 320.7 ns/op 192 B/op 1 allocs/op
BenchmarkCVSS40Get-12 300182163 3.900 ns/op 0 B/op 0 allocs/op
BenchmarkCVSS40Set-12 112736655 10.69 ns/op 0 B/op 0 allocs/op
BenchmarkParseVector_B-12 3038960 402.7 ns/op 16 B/op 1 allocs/op
BenchmarkParseVector_BTES-12 931626 1124 ns/op 16 B/op 1 allocs/op
BenchmarkCVSS40Vector-12 2162690 604.2 ns/op 192 B/op 1 allocs/op
BenchmarkCVSS40Get-12 219190380 5.748 ns/op 0 B/op 0 allocs/op
BenchmarkCVSS40Set-12 114939408 10.67 ns/op 0 B/op 0 allocs/op
BenchmarkCVSS40Score-12 1132005 1286 ns/op 0 B/op 0 allocs/op
```

### How it works
Expand Down

0 comments on commit 647ea94

Please sign in to comment.