Skip to content

Commit

Permalink
update benchmarks in README
Browse files Browse the repository at this point in the history
  • Loading branch information
SVilgelm committed Oct 13, 2023
1 parent e6e85f4 commit dfb558d
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,24 +54,13 @@ func main() {

## Benchmarks

### `v1.3.0`
using go `v1.20.4`
### `v1.5.0`
using go `v1.21.3`

```
goos: darwin
goarch: arm64
pkg: github.com/sv-tools/viper-template
BenchmarkGetParallel-8 728578 1658 ns/op 4329 B/op 43 allocs/op
BenchmarkGetSequential-8 401380 2794 ns/op 4327 B/op 43 allocs/op
```

### `v1.2.0`
using go `v1.20.2`

```
goos: darwin
goarch: arm64
pkg: github.com/sv-tools/viper-template
BenchmarkGetParallel-8 708753 1887 ns/op 4392 B/op 44 allocs/op
BenchmarkGetSequential-8 425715 2773 ns/op 4389 B/op 44 allocs/op
BenchmarkGetParallel-8 807338 1510 ns/op 4329 B/op 43 allocs/op
BenchmarkGetSequential-8 431893 2716 ns/op 4327 B/op 43 allocs/op
```

0 comments on commit dfb558d

Please sign in to comment.