Thomas Pelletier
|
8a8d1233bb
|
First benchmark!
~/s/g/p/g/benchmark$ go test -bench=.
goos: linux
goarch: amd64
pkg: github.com/pelletier/go-toml/v2/benchmark
cpu: Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz
BenchmarkUnmarshalSimple/v2-8 1607115 742.0 ns/op
BenchmarkUnmarshalSimple/v1-8 307977 3915 ns/op
BenchmarkUnmarshalSimple/bs-8 516754 2330 ns/op
BenchmarkReferenceFile/v2-8 9604 129158 ns/op 111422 B/op 1381 allocs/op
BenchmarkReferenceFile/v1-8 4521 263808 ns/op 130566 B/op 2649 allocs/op
BenchmarkReferenceFile/bs-8 4070 296271 ns/op 80784 B/op 1729 allocs/op
PASS
ok github.com/pelletier/go-toml/v2/benchmark 8.139s
|
2021-03-24 22:15:12 -04:00 |
|
Thomas Pelletier
|
b4bb91fc13
|
test
|
2021-01-30 09:07:55 -05:00 |
|
Allen
|
88263a05cc
|
move benchmark to a seperate diectory (#420)
Fixes #418
|
2020-06-15 17:55:19 -04:00 |
|
dependabot-preview[bot]
|
44aed552fd
|
Bump gopkg.in/yaml.v2 from 2.2.8 to 2.3.0 (#408)
|
2020-05-14 06:20:36 +00:00 |
|
dependabot-preview[bot]
|
76a94674c9
|
Bump gopkg.in/yaml.v2 from 2.2.7 to 2.2.8 (#327)
Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml) from 2.2.7 to 2.2.8.
- [Release notes](https://github.com/go-yaml/yaml/releases)
- [Commits](https://github.com/go-yaml/yaml/compare/v2.2.7...v2.2.8)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-01-23 11:32:53 -05:00 |
|
dependabot-preview[bot]
|
6f6ca41621
|
Bump gopkg.in/yaml.v2 from 2.2.5 to 2.2.7 (#324)
Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml) from 2.2.5 to 2.2.7.
- [Release notes](https://github.com/go-yaml/yaml/releases)
- [Commits](https://github.com/go-yaml/yaml/compare/v2.2.5...v2.2.7)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-11-20 21:21:26 -05:00 |
|
dependabot-preview[bot]
|
c4efb7477c
|
Bump gopkg.in/yaml.v2 from 2.2.4 to 2.2.5 (#322)
|
2019-11-06 15:49:39 +00:00 |
|
dependabot-preview[bot]
|
8fe62057ea
|
Bump gopkg.in/yaml.v2 from 2.2.3 to 2.2.4 (#309)
Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml) from 2.2.3 to 2.2.4.
- [Release notes](https://github.com/go-yaml/yaml/releases)
- [Commits](https://github.com/go-yaml/yaml/compare/v2.2.3...v2.2.4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-10-05 15:18:21 -04:00 |
|
dependabot-preview[bot]
|
5f42261979
|
Bump gopkg.in/yaml.v2 from 2.2.2 to 2.2.3 (#308)
Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml) from 2.2.2 to 2.2.3.
- [Release notes](https://github.com/go-yaml/yaml/releases)
- [Commits](https://github.com/go-yaml/yaml/compare/v2.2.2...v2.2.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-10-01 06:57:01 -04:00 |
|
Thomas Pelletier
|
f9070d3b40
|
Use go mod (#265)
|
2019-03-21 17:22:05 -07:00 |
|