Benchmark results

This commit is contained in:
benchmark
2024-07-31 13:20:37 +00:00
parent 87230a215c
commit 7b4338902b

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 19589385 67.23 ns/op
BenchmarkGSM7EncodeComplexASCIIString-6 3757233 288.3 ns/op
BenchmarkGSM7EncodeComplex8nASCIIString-6 2576941 532.0 ns/op
BenchmarkGSM7EncodeComplex8nASCIIStringPrealloc-6 2611428 460.3 ns/op
PASS
ok smpptester/encoding 6.483s
? smpptester/lua [no test files]
goos: linux
goarch: amd64
pkg: smpptester/pdu
cpu: Intel(R) Core(TM) i5-8400 CPU @ 2.80GHz
BenchmarkBufferPoolManager-6 16908814 71.62 ns/op
BenchmarkBufferPoolManager_Concurrent-6 8895826 125.1 ns/op
BenchmarkBufferPoolManager_Memory-6 13243089 80.48 ns/op
BenchmarkEncodeWithBufferPool-6 8433070 139.2 ns/op
BenchmarkEncodeWithoutBufferPool-6 7134577 248.2 ns/op
BenchmarkDecodeBufferPool-6 6587127 166.0 ns/op
PASS
ok smpptester/pdu 8.296s
? smpptester/server [no test files]