Compare commits

...

6 Commits

Author SHA1 Message Date
0b51f373d5 Merge branch 'master' into benchmark 2024-07-24 11:24:09 +02:00
deb5175f94 Remove old benchmarks 2024-07-24 11:24:06 +02:00
benchmark
6ed67e27a0 Benchmark results 2024-07-24 09:17:27 +00:00
benchmark
031a0a38a4 Benchmark results 2024-07-24 09:16:11 +00:00
benchmark
3fe30201c9 Benchmark results 2024-07-24 06:11:33 +00:00
benchmark
1c35d35b3e Benchmark results 2024-07-23 16:47:45 +00:00

View File

@@ -0,0 +1,12 @@
goos: linux
goarch: amd64
pkg: smpptester/pdu
cpu: Intel(R) Core(TM) i5-8400 CPU @ 2.80GHz
BenchmarkBufferPoolManager-6 433611 2688 ns/op
BenchmarkBufferPoolManager_Concurrent-6 1467840 683.2 ns/op
BenchmarkBufferPoolManager_Memory-6 497097 2389 ns/op
BenchmarkEncode-6 8964351 148.5 ns/op
BenchmarkEncodeInto-6 371218869 2.987 ns/op
BenchmarkDecode-6 1000000000 0.2681 ns/op
PASS
ok smpptester/pdu 7.851s