From e2ea5e19faa355d8f0626806dfe7c60b314b337e Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 20 Nov 2025 16:59:15 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 7dd54b600cf7ebcdf49aa81799fbef79513d1a4d --- benchmarks/pebble/data.js | 98 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 97 insertions(+), 1 deletion(-) diff --git a/benchmarks/pebble/data.js b/benchmarks/pebble/data.js index 2a788b95..25966e87 100644 --- a/benchmarks/pebble/data.js +++ b/benchmarks/pebble/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1763657654633, + "lastUpdate": 1763657955022, "repoUrl": "https://github.com/gofiber/storage", "entries": { "Benchmark": [ @@ -290,6 +290,102 @@ window.BENCHMARK_DATA = { "extra": "1810 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": "7dd54b600cf7ebcdf49aa81799fbef79513d1a4d", + "message": "Merge pull request #2021 from gofiber/dependabot/go_modules/aerospike/google-modules-b83a21bb13", + "timestamp": "2025-11-20T10:50:38+01:00", + "tree_id": "dc3cf85587b667bfa601accbd2436200462e31a4", + "url": "https://github.com/gofiber/storage/commit/7dd54b600cf7ebcdf49aa81799fbef79513d1a4d" + }, + "date": 1763657951217, + "tool": "go", + "benches": [ + { + "name": "Benchmark_Pebble_Set", + "value": 363843, + "unit": "ns/op\t 156 B/op\t 3 allocs/op", + "extra": "3104 times\n4 procs" + }, + { + "name": "Benchmark_Pebble_Set - ns/op", + "value": 363843, + "unit": "ns/op", + "extra": "3104 times\n4 procs" + }, + { + "name": "Benchmark_Pebble_Set - B/op", + "value": 156, + "unit": "B/op", + "extra": "3104 times\n4 procs" + }, + { + "name": "Benchmark_Pebble_Set - allocs/op", + "value": 3, + "unit": "allocs/op", + "extra": "3104 times\n4 procs" + }, + { + "name": "Benchmark_Pebble_Get", + "value": 1593, + "unit": "ns/op\t 280 B/op\t 7 allocs/op", + "extra": "756616 times\n4 procs" + }, + { + "name": "Benchmark_Pebble_Get - ns/op", + "value": 1593, + "unit": "ns/op", + "extra": "756616 times\n4 procs" + }, + { + "name": "Benchmark_Pebble_Get - B/op", + "value": 280, + "unit": "B/op", + "extra": "756616 times\n4 procs" + }, + { + "name": "Benchmark_Pebble_Get - allocs/op", + "value": 7, + "unit": "allocs/op", + "extra": "756616 times\n4 procs" + }, + { + "name": "Benchmark_Pebble_SetAndDelete", + "value": 575999, + "unit": "ns/op\t 100 B/op\t 3 allocs/op", + "extra": "2058 times\n4 procs" + }, + { + "name": "Benchmark_Pebble_SetAndDelete - ns/op", + "value": 575999, + "unit": "ns/op", + "extra": "2058 times\n4 procs" + }, + { + "name": "Benchmark_Pebble_SetAndDelete - B/op", + "value": 100, + "unit": "B/op", + "extra": "2058 times\n4 procs" + }, + { + "name": "Benchmark_Pebble_SetAndDelete - allocs/op", + "value": 3, + "unit": "allocs/op", + "extra": "2058 times\n4 procs" + } + ] } ] }