diff --git a/benchmark/results/2024-07-31_4d7e13a304f6f9e0cf735e1a0d9067d9fbb15495.txt b/benchmark/results/2024-07-31_4d7e13a304f6f9e0cf735e1a0d9067d9fbb15495.txt new file mode 100644 index 0000000..89105b6 --- /dev/null +++ b/benchmark/results/2024-07-31_4d7e13a304f6f9e0cf735e1a0d9067d9fbb15495.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 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]