Benchmark results

This commit is contained in:
benchmark
2024-07-31 12:22:03 +00:00
parent 7ca400ab1d
commit 0e404a85b8

View File

@@ -0,0 +1,27 @@
? smpptester [no test files]
? smpptester/benchmark [no test files]
? smpptester/client [no test files]
goos: linux
goarch: amd64
pkg: smpptester/encoding
cpu: Intel(R) Core(TM) i5-8400 CPU @ 2.80GHz
BenchmarkGSM7EncodeSimpleASCIIString-6 18785672 65.00 ns/op
BenchmarkGSM7EncodeComplexASCIIString-6 4313766 332.7 ns/op
BenchmarkGSM7EncodeComplex8nASCIIString-6 2686035 520.9 ns/op
BenchmarkGSM7EncodeComplex8nASCIIStringPrealloc-6 2613550 461.0 ns/op
PASS
ok smpptester/encoding 6.548s
? smpptester/lua [no test files]
goos: linux
goarch: amd64
pkg: smpptester/pdu
cpu: Intel(R) Core(TM) i5-8400 CPU @ 2.80GHz
BenchmarkBufferPoolManager-6 16675815 69.97 ns/op
BenchmarkBufferPoolManager_Concurrent-6 9622903 120.8 ns/op
BenchmarkBufferPoolManager_Memory-6 15080410 84.43 ns/op
BenchmarkEncodeWithBufferPool-6 8589709 138.9 ns/op
BenchmarkEncodeWithoutBufferPool-6 6965332 228.4 ns/op
BenchmarkDecodeBufferPool-6 7003172 165.4 ns/op
PASS
ok smpptester/pdu 8.384s
? smpptester/server [no test files]