From 4252f012cf265c32ee92f97d62a7687ee311df2b Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 27 Nov 2025 07:34:49 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for e165093e5d547f38c61ff67a338add99e65303d4 --- benchmarks/badger/data.js | 98 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 97 insertions(+), 1 deletion(-) diff --git a/benchmarks/badger/data.js b/benchmarks/badger/data.js index 9edea4af..bbd391f4 100644 --- a/benchmarks/badger/data.js +++ b/benchmarks/badger/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1763709723389, + "lastUpdate": 1764228889802, "repoUrl": "https://github.com/gofiber/storage", "entries": { "Benchmark": [ @@ -1538,6 +1538,102 @@ window.BENCHMARK_DATA = { "extra": "65653 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "email": "835733+gaby@users.noreply.github.com", + "name": "Juan Calderon-Perez", + "username": "gaby" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "e165093e5d547f38c61ff67a338add99e65303d4", + "message": "Merge pull request #2258 from gofiber/dependabot/go_modules/badger/snappy-modules-6ea7c9ed63\n\nchore(deps): bump the snappy-modules group across 2 directories with 1 update", + "timestamp": "2025-11-27T02:32:38-05:00", + "tree_id": "fde618882bea44e5a622dd2c917af6b1064205f6", + "url": "https://github.com/gofiber/storage/commit/e165093e5d547f38c61ff67a338add99e65303d4" + }, + "date": 1764228884809, + "tool": "go", + "benches": [ + { + "name": "Benchmark_Badger_Set", + "value": 8772, + "unit": "ns/op\t 1478 B/op\t 38 allocs/op", + "extra": "132996 times\n4 procs" + }, + { + "name": "Benchmark_Badger_Set - ns/op", + "value": 8772, + "unit": "ns/op", + "extra": "132996 times\n4 procs" + }, + { + "name": "Benchmark_Badger_Set - B/op", + "value": 1478, + "unit": "B/op", + "extra": "132996 times\n4 procs" + }, + { + "name": "Benchmark_Badger_Set - allocs/op", + "value": 38, + "unit": "allocs/op", + "extra": "132996 times\n4 procs" + }, + { + "name": "Benchmark_Badger_Get", + "value": 1067, + "unit": "ns/op\t 416 B/op\t 12 allocs/op", + "extra": "1000000 times\n4 procs" + }, + { + "name": "Benchmark_Badger_Get - ns/op", + "value": 1067, + "unit": "ns/op", + "extra": "1000000 times\n4 procs" + }, + { + "name": "Benchmark_Badger_Get - B/op", + "value": 416, + "unit": "B/op", + "extra": "1000000 times\n4 procs" + }, + { + "name": "Benchmark_Badger_Get - allocs/op", + "value": 12, + "unit": "allocs/op", + "extra": "1000000 times\n4 procs" + }, + { + "name": "Benchmark_Badger_SetAndDelete", + "value": 17839, + "unit": "ns/op\t 2943 B/op\t 76 allocs/op", + "extra": "67326 times\n4 procs" + }, + { + "name": "Benchmark_Badger_SetAndDelete - ns/op", + "value": 17839, + "unit": "ns/op", + "extra": "67326 times\n4 procs" + }, + { + "name": "Benchmark_Badger_SetAndDelete - B/op", + "value": 2943, + "unit": "B/op", + "extra": "67326 times\n4 procs" + }, + { + "name": "Benchmark_Badger_SetAndDelete - allocs/op", + "value": 76, + "unit": "allocs/op", + "extra": "67326 times\n4 procs" + } + ] } ] }