Benchmark results

This commit is contained in:
benchmark
2024-07-24 09:32:39 +00:00
parent 0b51f373d5
commit fd8a58058e

View File

@@ -0,0 +1,13 @@
goos: linux
goarch: amd64
pkg: smpptester/pdu
cpu: Intel(R) Core(TM) i5-8400 CPU @ 2.80GHz
BenchmarkBufferPoolManager-6 457300 2609 ns/op
BenchmarkBufferPoolManager_Concurrent-6 2050396 561.0 ns/op
BenchmarkBufferPoolManager_Memory-6 504205 2242 ns/op
BenchmarkEncode-6 27733428 44.06 ns/op
BenchmarkEncodeWithBufferPool-6 27795820 42.97 ns/op
BenchmarkEncodeInto-6 397897166 3.004 ns/op
BenchmarkDecode-6 1000000000 0.2653 ns/op
PASS
ok smpptester/pdu 10.935s