From 60df45a0bbf8da046029b43db64784cd23b0dfd9 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 23 May 2025 10:37:05 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for f19bcd66747e732c4dfb738daee0c2fc8cbb71e2 --- benchmarks/valkey/data.js | 98 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 97 insertions(+), 1 deletion(-) diff --git a/benchmarks/valkey/data.js b/benchmarks/valkey/data.js index 7a0811ed..cf9ffb83 100644 --- a/benchmarks/valkey/data.js +++ b/benchmarks/valkey/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1745913916183, + "lastUpdate": 1747996625347, "repoUrl": "https://github.com/gofiber/storage", "entries": { "Benchmark": [ @@ -194,6 +194,102 @@ window.BENCHMARK_DATA = { "extra": "9367 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": "f19bcd66747e732c4dfb738daee0c2fc8cbb71e2", + "message": "Merge pull request #1723 from mdelapenya/fix-ruedis-benchmarks\n\nfeat(redis): use testcontainers in rueidis and valkey", + "timestamp": "2025-05-23T12:36:13+02:00", + "tree_id": "5da9a15c29c257b4bcde4de69303177871c1ed28", + "url": "https://github.com/gofiber/storage/commit/f19bcd66747e732c4dfb738daee0c2fc8cbb71e2" + }, + "date": 1747996617958, + "tool": "go", + "benches": [ + { + "name": "Benchmark_Valkey_Set", + "value": 130036, + "unit": "ns/op\t 3 B/op\t 1 allocs/op", + "extra": "9213 times\n4 procs" + }, + { + "name": "Benchmark_Valkey_Set - ns/op", + "value": 130036, + "unit": "ns/op", + "extra": "9213 times\n4 procs" + }, + { + "name": "Benchmark_Valkey_Set - B/op", + "value": 3, + "unit": "B/op", + "extra": "9213 times\n4 procs" + }, + { + "name": "Benchmark_Valkey_Set - allocs/op", + "value": 1, + "unit": "allocs/op", + "extra": "9213 times\n4 procs" + }, + { + "name": "Benchmark_Valkey_Get", + "value": 136518, + "unit": "ns/op\t 512 B/op\t 11 allocs/op", + "extra": "8695 times\n4 procs" + }, + { + "name": "Benchmark_Valkey_Get - ns/op", + "value": 136518, + "unit": "ns/op", + "extra": "8695 times\n4 procs" + }, + { + "name": "Benchmark_Valkey_Get - B/op", + "value": 512, + "unit": "B/op", + "extra": "8695 times\n4 procs" + }, + { + "name": "Benchmark_Valkey_Get - allocs/op", + "value": 11, + "unit": "allocs/op", + "extra": "8695 times\n4 procs" + }, + { + "name": "Benchmark_Valkey_SetAndDelete", + "value": 256531, + "unit": "ns/op\t 3 B/op\t 1 allocs/op", + "extra": "4714 times\n4 procs" + }, + { + "name": "Benchmark_Valkey_SetAndDelete - ns/op", + "value": 256531, + "unit": "ns/op", + "extra": "4714 times\n4 procs" + }, + { + "name": "Benchmark_Valkey_SetAndDelete - B/op", + "value": 3, + "unit": "B/op", + "extra": "4714 times\n4 procs" + }, + { + "name": "Benchmark_Valkey_SetAndDelete - allocs/op", + "value": 1, + "unit": "allocs/op", + "extra": "4714 times\n4 procs" + } + ] } ] }