Benchmark results

This commit is contained in:
benchmark
2024-07-24 17:23:08 +00:00
parent 974a6c6be1
commit 0d86fe7c12

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 13663852 90.76 ns/op
BenchmarkBufferPoolManager_Concurrent-6 9525358 130.7 ns/op
BenchmarkBufferPoolManager_Memory-6 16205492 74.61 ns/op
BenchmarkEncodeWithBufferPool-6 8466584 143.2 ns/op
BenchmarkEncodeWithoutBufferPool-6 6701893 221.0 ns/op
BenchmarkDecodeBufferPool-6 7069999 162.3 ns/op
PASS
ok smpptester/pdu 8.413s