Skip to content

Commit f7adfae

Browse files
committed
Update benchmark versions
1 parent e216031 commit f7adfae

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -114,21 +114,21 @@ a factor of 10!
114114
goos: linux
115115
goarch: amd64
116116
pkg: github.com/MicahParks/peakdetect
117-
cpu: Intel(R) Core(TM) i5-9600K CPU @ 3.70GHz
118-
BenchmarkPeakDetector_NextBatch
119-
BenchmarkPeakDetector_NextBatch-6 1000000000 0.0000278 ns/op
117+
cpu: AMD Ryzen 9 7950X 16-Core Processor
118+
BenchmarkPeakDetector_NextBatch-32 1000000000 0.0000221 ns/op
120119
PASS
120+
ok github.com/MicahParks/peakdetect 0.003s
121121
```
122122

123-
`v0.0.5`
123+
`v0.1.0`
124124
```
125125
goos: linux
126126
goarch: amd64
127127
pkg: github.com/MicahParks/peakdetect
128-
cpu: Intel(R) Core(TM) i5-9600K CPU @ 3.70GHz
129-
BenchmarkPeakDetector_NextBatch-6 1000000000 0.0000013 ns/op
128+
cpu: AMD Ryzen 9 7950X 16-Core Processor
129+
BenchmarkPeakDetector_NextBatch-32 1000000000 0.0000011 ns/op
130130
PASS
131-
ok github.com/MicahParks/peakdetect 0.002s
131+
ok github.com/MicahParks/peakdetect 0.003s
132132
```
133133

134134
# References

0 commit comments

Comments
 (0)