From 9b3f2a2cdd098cb8a08d294e26a5cc85e1cf0c60 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 9 Apr 2025 09:19:00 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 904a606aa298640f2edb9a167de39219b932a3c4 --- 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 40ee17df..5f59ca28 100644 --- a/benchmarks/nats/data.js +++ b/benchmarks/nats/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1743019124169, + "lastUpdate": 1744190340276, "repoUrl": "https://github.com/gofiber/storage", "entries": { "Benchmark": [ @@ -194,6 +194,102 @@ window.BENCHMARK_DATA = { "extra": "2206 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": "904a606aa298640f2edb9a167de39219b932a3c4", + "message": "Merge pull request #1631 from mdelapenya/tc-azurite\n\nchore: bump testcontainers-go to v0.36.0", + "timestamp": "2025-04-09T11:15:31+02:00", + "tree_id": "9a609b5228fe260c6730ccd3a8e041d94014c919", + "url": "https://github.com/gofiber/storage/commit/904a606aa298640f2edb9a167de39219b932a3c4" + }, + "date": 1744190331938, + "tool": "go", + "benches": [ + { + "name": "Benchmark_Nats_Set", + "value": 279118, + "unit": "ns/op\t 2513 B/op\t 45 allocs/op", + "extra": "4257 times\n4 procs" + }, + { + "name": "Benchmark_Nats_Set - ns/op", + "value": 279118, + "unit": "ns/op", + "extra": "4257 times\n4 procs" + }, + { + "name": "Benchmark_Nats_Set - B/op", + "value": 2513, + "unit": "B/op", + "extra": "4257 times\n4 procs" + }, + { + "name": "Benchmark_Nats_Set - allocs/op", + "value": 45, + "unit": "allocs/op", + "extra": "4257 times\n4 procs" + }, + { + "name": "Benchmark_Nats_Get", + "value": 268224, + "unit": "ns/op\t 2236 B/op\t 39 allocs/op", + "extra": "4350 times\n4 procs" + }, + { + "name": "Benchmark_Nats_Get - ns/op", + "value": 268224, + "unit": "ns/op", + "extra": "4350 times\n4 procs" + }, + { + "name": "Benchmark_Nats_Get - B/op", + "value": 2236, + "unit": "B/op", + "extra": "4350 times\n4 procs" + }, + { + "name": "Benchmark_Nats_Get - allocs/op", + "value": 39, + "unit": "allocs/op", + "extra": "4350 times\n4 procs" + }, + { + "name": "Benchmark_Nats_SetAndDelete", + "value": 547568, + "unit": "ns/op\t 3932 B/op\t 71 allocs/op", + "extra": "2169 times\n4 procs" + }, + { + "name": "Benchmark_Nats_SetAndDelete - ns/op", + "value": 547568, + "unit": "ns/op", + "extra": "2169 times\n4 procs" + }, + { + "name": "Benchmark_Nats_SetAndDelete - B/op", + "value": 3932, + "unit": "B/op", + "extra": "2169 times\n4 procs" + }, + { + "name": "Benchmark_Nats_SetAndDelete - allocs/op", + "value": 71, + "unit": "allocs/op", + "extra": "2169 times\n4 procs" + } + ] } ] }