From 260753d61dc4edf8a09a17c5969982ff5b5019ea Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 18 Apr 2025 08:02:20 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 20be56d1f052faf5ef1c3ee2ef261ed5209743c0 --- benchmarks/couchbase/data.js | 98 +++++++++++++++++++++++++++++++++++- 1 file changed, 97 insertions(+), 1 deletion(-) diff --git a/benchmarks/couchbase/data.js b/benchmarks/couchbase/data.js index a823d17a..681b93b5 100644 --- a/benchmarks/couchbase/data.js +++ b/benchmarks/couchbase/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1744190669536, + "lastUpdate": 1744963340698, "repoUrl": "https://github.com/gofiber/storage", "entries": { "Benchmark": [ @@ -386,6 +386,102 @@ window.BENCHMARK_DATA = { "extra": "2258 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": "20be56d1f052faf5ef1c3ee2ef261ed5209743c0", + "message": "Merge pull request #1679 from gofiber/dependabot/go_modules/couchbase/github.com/couchbase/gocb/v2-2.10.0\n\nchore(deps): bump github.com/couchbase/gocb/v2 from 2.9.4 to 2.10.0 in /couchbase", + "timestamp": "2025-04-18T09:54:45+02:00", + "tree_id": "c1a75e859eec06becc99c444d785e978897530ac", + "url": "https://github.com/gofiber/storage/commit/20be56d1f052faf5ef1c3ee2ef261ed5209743c0" + }, + "date": 1744963332226, + "tool": "go", + "benches": [ + { + "name": "Benchmark_Couchbase_Set", + "value": 259615, + "unit": "ns/op\t 9973 B/op\t 97 allocs/op", + "extra": "4279 times\n4 procs" + }, + { + "name": "Benchmark_Couchbase_Set - ns/op", + "value": 259615, + "unit": "ns/op", + "extra": "4279 times\n4 procs" + }, + { + "name": "Benchmark_Couchbase_Set - B/op", + "value": 9973, + "unit": "B/op", + "extra": "4279 times\n4 procs" + }, + { + "name": "Benchmark_Couchbase_Set - allocs/op", + "value": 97, + "unit": "allocs/op", + "extra": "4279 times\n4 procs" + }, + { + "name": "Benchmark_Couchbase_Get", + "value": 234855, + "unit": "ns/op\t 4576 B/op\t 91 allocs/op", + "extra": "5784 times\n4 procs" + }, + { + "name": "Benchmark_Couchbase_Get - ns/op", + "value": 234855, + "unit": "ns/op", + "extra": "5784 times\n4 procs" + }, + { + "name": "Benchmark_Couchbase_Get - B/op", + "value": 4576, + "unit": "B/op", + "extra": "5784 times\n4 procs" + }, + { + "name": "Benchmark_Couchbase_Get - allocs/op", + "value": 91, + "unit": "allocs/op", + "extra": "5784 times\n4 procs" + }, + { + "name": "Benchmark_Couchbase_SetAndDelete", + "value": 558030, + "unit": "ns/op\t 18775 B/op\t 188 allocs/op", + "extra": "2314 times\n4 procs" + }, + { + "name": "Benchmark_Couchbase_SetAndDelete - ns/op", + "value": 558030, + "unit": "ns/op", + "extra": "2314 times\n4 procs" + }, + { + "name": "Benchmark_Couchbase_SetAndDelete - B/op", + "value": 18775, + "unit": "B/op", + "extra": "2314 times\n4 procs" + }, + { + "name": "Benchmark_Couchbase_SetAndDelete - allocs/op", + "value": 188, + "unit": "allocs/op", + "extra": "2314 times\n4 procs" + } + ] } ] }