Benchmark results

This commit is contained in:
benchmark
2024-07-31 12:06:22 +00:00
parent 0d86fe7c12
commit fa7131d97a

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 15687109 91.05 ns/op
BenchmarkBufferPoolManager_Concurrent-6 11083287 128.9 ns/op
BenchmarkBufferPoolManager_Memory-6 16576201 74.12 ns/op
BenchmarkEncodeWithBufferPool-6 7868800 138.1 ns/op
BenchmarkEncodeWithoutBufferPool-6 6833810 221.2 ns/op
BenchmarkDecodeBufferPool-6 7195328 166.0 ns/op
PASS
ok smpptester/pdu 8.763s