Benchmark results

This commit is contained in:
benchmark
2024-07-24 17:13:19 +00:00
parent fd8a58058e
commit 974a6c6be1

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 16792826 71.92 ns/op
BenchmarkBufferPoolManager_Concurrent-6 9800792 127.2 ns/op
BenchmarkBufferPoolManager_Memory-6 13066466 79.52 ns/op
BenchmarkEncodeWithBufferPool-6 8162733 141.6 ns/op
BenchmarkEncodeWithoutBufferPool-6 6148492 272.3 ns/op
BenchmarkDecodeBufferPool-6 7300572 170.5 ns/op
PASS
ok smpptester/pdu 10.059s