From a45fbe58e808451e68a6759574166f6f177261e2 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 17 Oct 2025 07:25:57 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for af175b16328939ba7074cad5e1e16098a5f271bf --- benchmarks/dynamodb/data.js | 98 ++++++++++++++++++++++++++++++++++++- 1 file changed, 97 insertions(+), 1 deletion(-) diff --git a/benchmarks/dynamodb/data.js b/benchmarks/dynamodb/data.js index 4795aded..261a4f32 100644 --- a/benchmarks/dynamodb/data.js +++ b/benchmarks/dynamodb/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1760599858175, + "lastUpdate": 1760685957098, "repoUrl": "https://github.com/gofiber/storage", "entries": { "Benchmark": [ @@ -5570,6 +5570,102 @@ window.BENCHMARK_DATA = { "extra": "146 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": "af175b16328939ba7074cad5e1e16098a5f271bf", + "message": "Merge pull request #1932 from gofiber/dependabot/go_modules/dynamodb/aws-modules-becfb72569\n\nchore(deps): bump the aws-modules group across 2 directories with 7 updates", + "timestamp": "2025-10-17T09:24:07+02:00", + "tree_id": "85119dce113fa02858f65362fa1ddb6e61813a68", + "url": "https://github.com/gofiber/storage/commit/af175b16328939ba7074cad5e1e16098a5f271bf" + }, + "date": 1760685952258, + "tool": "go", + "benches": [ + { + "name": "Benchmark_DynamoDB_Set", + "value": 4631611, + "unit": "ns/op\t 42636 B/op\t 510 allocs/op", + "extra": "231 times\n4 procs" + }, + { + "name": "Benchmark_DynamoDB_Set - ns/op", + "value": 4631611, + "unit": "ns/op", + "extra": "231 times\n4 procs" + }, + { + "name": "Benchmark_DynamoDB_Set - B/op", + "value": 42636, + "unit": "B/op", + "extra": "231 times\n4 procs" + }, + { + "name": "Benchmark_DynamoDB_Set - allocs/op", + "value": 510, + "unit": "allocs/op", + "extra": "231 times\n4 procs" + }, + { + "name": "Benchmark_DynamoDB_Get", + "value": 1497052, + "unit": "ns/op\t 44308 B/op\t 539 allocs/op", + "extra": "669 times\n4 procs" + }, + { + "name": "Benchmark_DynamoDB_Get - ns/op", + "value": 1497052, + "unit": "ns/op", + "extra": "669 times\n4 procs" + }, + { + "name": "Benchmark_DynamoDB_Get - B/op", + "value": 44308, + "unit": "B/op", + "extra": "669 times\n4 procs" + }, + { + "name": "Benchmark_DynamoDB_Get - allocs/op", + "value": 539, + "unit": "allocs/op", + "extra": "669 times\n4 procs" + }, + { + "name": "Benchmark_DynamoDB_SetAndDelete", + "value": 8697438, + "unit": "ns/op\t 85419 B/op\t 1017 allocs/op", + "extra": "126 times\n4 procs" + }, + { + "name": "Benchmark_DynamoDB_SetAndDelete - ns/op", + "value": 8697438, + "unit": "ns/op", + "extra": "126 times\n4 procs" + }, + { + "name": "Benchmark_DynamoDB_SetAndDelete - B/op", + "value": 85419, + "unit": "B/op", + "extra": "126 times\n4 procs" + }, + { + "name": "Benchmark_DynamoDB_SetAndDelete - allocs/op", + "value": 1017, + "unit": "allocs/op", + "extra": "126 times\n4 procs" + } + ] } ] }