Benchmark results

This commit is contained in:
benchmark
2024-07-31 12:43:06 +00:00
parent 0e404a85b8
commit 87230a215c

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 14935776 76.91 ns/op
BenchmarkGSM7EncodeComplexASCIIString-6 3364554 353.1 ns/op
BenchmarkGSM7EncodeComplex8nASCIIString-6 1840044 591.6 ns/op
BenchmarkGSM7EncodeComplex8nASCIIStringPrealloc-6 2081725 520.4 ns/op
PASS
ok smpptester/encoding 6.270s
? smpptester/lua [no test files]
goos: linux
goarch: amd64
pkg: smpptester/pdu
cpu: Intel(R) Core(TM) i5-8400 CPU @ 2.80GHz
BenchmarkBufferPoolManager-6 16804492 75.91 ns/op
BenchmarkBufferPoolManager_Concurrent-6 11214482 134.8 ns/op
BenchmarkBufferPoolManager_Memory-6 15180892 71.99 ns/op
BenchmarkEncodeWithBufferPool-6 8587657 139.1 ns/op
BenchmarkEncodeWithoutBufferPool-6 5282655 223.4 ns/op
BenchmarkDecodeBufferPool-6 6659464 170.4 ns/op
PASS
ok smpptester/pdu 10.264s
? smpptester/server [no test files]