Benchmark results

This commit is contained in:
benchmark
2024-07-31 21:00:51 +00:00
parent 7b4338902b
commit 7849f3b000

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 17371128 63.88 ns/op
BenchmarkGSM7EncodeComplexASCIIString-6 4210346 332.9 ns/op
BenchmarkGSM7EncodeComplex8nASCIIString-6 2748054 517.4 ns/op
BenchmarkGSM7EncodeComplex8nASCIIStringPrealloc-6 2576667 469.9 ns/op
PASS
ok smpptester/encoding 6.462s
? smpptester/lua [no test files]
goos: linux
goarch: amd64
pkg: smpptester/pdu
cpu: Intel(R) Core(TM) i5-8400 CPU @ 2.80GHz
BenchmarkBufferPoolManager-6 16765892 70.02 ns/op
BenchmarkBufferPoolManager_Concurrent-6 9238833 119.7 ns/op
BenchmarkBufferPoolManager_Memory-6 15343066 75.22 ns/op
BenchmarkEncodeWithBufferPool-6 8445075 139.0 ns/op
BenchmarkEncodeWithoutBufferPool-6 5464392 274.3 ns/op
BenchmarkDecodeBufferPool-6 6709528 165.3 ns/op
PASS
ok smpptester/pdu 8.739s
? smpptester/server [no test files]