From 173da86e8a4cda84b347dfa28303fa89d501b307 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 18 Dec 2025 07:44:02 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for becbbc3dee9014d69ac94f79b915885f98838ddd --- benchmarks/nats/data.js | 98 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 97 insertions(+), 1 deletion(-) diff --git a/benchmarks/nats/data.js b/benchmarks/nats/data.js index b6452a40..7cc417ef 100644 --- a/benchmarks/nats/data.js +++ b/benchmarks/nats/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1766043122244, + "lastUpdate": 1766043842468, "repoUrl": "https://github.com/gofiber/storage", "entries": { "Benchmark": [ @@ -2690,6 +2690,102 @@ window.BENCHMARK_DATA = { "extra": "2691 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": "becbbc3dee9014d69ac94f79b915885f98838ddd", + "message": "Merge pull request #2293 from gofiber/dependabot/go_modules/aerospike/shirou-modules-2205efe4f5", + "timestamp": "2025-12-18T08:40:37+01:00", + "tree_id": "a76bae0f6a6534b4d530476e7ec1f956cb762de3", + "url": "https://github.com/gofiber/storage/commit/becbbc3dee9014d69ac94f79b915885f98838ddd" + }, + "date": 1766043838417, + "tool": "go", + "benches": [ + { + "name": "Benchmark_Nats_Set", + "value": 278621, + "unit": "ns/op\t 2611 B/op\t 42 allocs/op", + "extra": "4207 times\n4 procs" + }, + { + "name": "Benchmark_Nats_Set - ns/op", + "value": 278621, + "unit": "ns/op", + "extra": "4207 times\n4 procs" + }, + { + "name": "Benchmark_Nats_Set - B/op", + "value": 2611, + "unit": "B/op", + "extra": "4207 times\n4 procs" + }, + { + "name": "Benchmark_Nats_Set - allocs/op", + "value": 42, + "unit": "allocs/op", + "extra": "4207 times\n4 procs" + }, + { + "name": "Benchmark_Nats_Get", + "value": 275530, + "unit": "ns/op\t 2252 B/op\t 39 allocs/op", + "extra": "4254 times\n4 procs" + }, + { + "name": "Benchmark_Nats_Get - ns/op", + "value": 275530, + "unit": "ns/op", + "extra": "4254 times\n4 procs" + }, + { + "name": "Benchmark_Nats_Get - B/op", + "value": 2252, + "unit": "B/op", + "extra": "4254 times\n4 procs" + }, + { + "name": "Benchmark_Nats_Get - allocs/op", + "value": 39, + "unit": "allocs/op", + "extra": "4254 times\n4 procs" + }, + { + "name": "Benchmark_Nats_SetAndDelete", + "value": 551777, + "unit": "ns/op\t 4131 B/op\t 69 allocs/op", + "extra": "2148 times\n4 procs" + }, + { + "name": "Benchmark_Nats_SetAndDelete - ns/op", + "value": 551777, + "unit": "ns/op", + "extra": "2148 times\n4 procs" + }, + { + "name": "Benchmark_Nats_SetAndDelete - B/op", + "value": 4131, + "unit": "B/op", + "extra": "2148 times\n4 procs" + }, + { + "name": "Benchmark_Nats_SetAndDelete - allocs/op", + "value": 69, + "unit": "allocs/op", + "extra": "2148 times\n4 procs" + } + ] } ] }