From 53805b07599487795c1a5fcdabe1e4e4c0e6bcbb Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 7 Jul 2025 09:59:24 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 84234671713e1e75e9f9c7eaaacc9f18f6c484e1 --- benchmarks/memcache/data.js | 98 ++++++++++++++++++++++++++++++++++++- 1 file changed, 97 insertions(+), 1 deletion(-) diff --git a/benchmarks/memcache/data.js b/benchmarks/memcache/data.js index 77eaf31d..3bcc3e23 100644 --- a/benchmarks/memcache/data.js +++ b/benchmarks/memcache/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1746623054542, + "lastUpdate": 1751882364286, "repoUrl": "https://github.com/gofiber/storage", "entries": { "Benchmark": [ @@ -194,6 +194,102 @@ window.BENCHMARK_DATA = { "extra": "5109 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "email": "rene@gofiber.io", + "name": "RW", + "username": "ReneWerner87" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "84234671713e1e75e9f9c7eaaacc9f18f6c484e1", + "message": "Merge pull request #1569 from gofiber/add-withcontext", + "timestamp": "2025-07-07T11:44:47+02:00", + "tree_id": "7578250e12b0352776171d0651b265ba58951118", + "url": "https://github.com/gofiber/storage/commit/84234671713e1e75e9f9c7eaaacc9f18f6c484e1" + }, + "date": 1751882358808, + "tool": "go", + "benches": [ + { + "name": "Benchmark_Memcache_Set", + "value": 114495, + "unit": "ns/op\t 35 B/op\t 3 allocs/op", + "extra": "9669 times\n4 procs" + }, + { + "name": "Benchmark_Memcache_Set - ns/op", + "value": 114495, + "unit": "ns/op", + "extra": "9669 times\n4 procs" + }, + { + "name": "Benchmark_Memcache_Set - B/op", + "value": 35, + "unit": "B/op", + "extra": "9669 times\n4 procs" + }, + { + "name": "Benchmark_Memcache_Set - allocs/op", + "value": 3, + "unit": "allocs/op", + "extra": "9669 times\n4 procs" + }, + { + "name": "Benchmark_Memcache_Get", + "value": 114745, + "unit": "ns/op\t 96 B/op\t 4 allocs/op", + "extra": "10000 times\n4 procs" + }, + { + "name": "Benchmark_Memcache_Get - ns/op", + "value": 114745, + "unit": "ns/op", + "extra": "10000 times\n4 procs" + }, + { + "name": "Benchmark_Memcache_Get - B/op", + "value": 96, + "unit": "B/op", + "extra": "10000 times\n4 procs" + }, + { + "name": "Benchmark_Memcache_Get - allocs/op", + "value": 4, + "unit": "allocs/op", + "extra": "10000 times\n4 procs" + }, + { + "name": "Benchmark_Memcache_SetAndDelete", + "value": 224593, + "unit": "ns/op\t 51 B/op\t 4 allocs/op", + "extra": "5160 times\n4 procs" + }, + { + "name": "Benchmark_Memcache_SetAndDelete - ns/op", + "value": 224593, + "unit": "ns/op", + "extra": "5160 times\n4 procs" + }, + { + "name": "Benchmark_Memcache_SetAndDelete - B/op", + "value": 51, + "unit": "B/op", + "extra": "5160 times\n4 procs" + }, + { + "name": "Benchmark_Memcache_SetAndDelete - allocs/op", + "value": 4, + "unit": "allocs/op", + "extra": "5160 times\n4 procs" + } + ] } ] }