Benchmark results

This commit is contained in:
benchmark
2024-07-31 12:19:39 +00:00
parent fa7131d97a
commit 7ca400ab1d

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 14983336 90.65 ns/op
BenchmarkBufferPoolManager_Concurrent-6 10671728 124.4 ns/op
BenchmarkBufferPoolManager_Memory-6 16471220 75.06 ns/op
BenchmarkEncodeWithBufferPool-6 8545360 139.1 ns/op
BenchmarkEncodeWithoutBufferPool-6 6794032 224.7 ns/op
BenchmarkDecodeBufferPool-6 6737445 165.3 ns/op
PASS
ok smpptester/pdu 8.681s