From 7b4338902b036307d181023b804521def9200518 Mon Sep 17 00:00:00 2001 From: benchmark Date: Wed, 31 Jul 2024 13:20:37 +0000 Subject: [PATCH] Benchmark results --- ...af7b146dd43175678c7246c1939b578ad0fe19.txt | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 benchmark/results/2024-07-31_38af7b146dd43175678c7246c1939b578ad0fe19.txt diff --git a/benchmark/results/2024-07-31_38af7b146dd43175678c7246c1939b578ad0fe19.txt b/benchmark/results/2024-07-31_38af7b146dd43175678c7246c1939b578ad0fe19.txt new file mode 100644 index 0000000..40a4785 --- /dev/null +++ b/benchmark/results/2024-07-31_38af7b146dd43175678c7246c1939b578ad0fe19.txt @@ -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]