From ef8dfabd5ef7a4edfa55919615e4f7f7e2117e4b Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 28 Apr 2025 10:59:26 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 72fb69736092613c4003bfdb9a2b2b5939a9720c --- 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 95c2a2fe..554242fb 100644 --- a/benchmarks/dynamodb/data.js +++ b/benchmarks/dynamodb/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1745688113767, + "lastUpdate": 1745837966856, "repoUrl": "https://github.com/gofiber/storage", "entries": { "Benchmark": [ @@ -1826,6 +1826,102 @@ window.BENCHMARK_DATA = { "extra": "184 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": "72fb69736092613c4003bfdb9a2b2b5939a9720c", + "message": "Merge pull request #1697 from gofiber/dependabot/go_modules/dynamodb/github.com/testcontainers/testcontainers-go-0.37.0\n\nchore(deps): bump github.com/testcontainers/testcontainers-go from 0.36.0 to 0.37.0 in /dynamodb", + "timestamp": "2025-04-28T12:54:55+02:00", + "tree_id": "3080e106cc115c7ec88c6a89417e9dedc7c4ae40", + "url": "https://github.com/gofiber/storage/commit/72fb69736092613c4003bfdb9a2b2b5939a9720c" + }, + "date": 1745837958925, + "tool": "go", + "benches": [ + { + "name": "Benchmark_DynamoDB_Set", + "value": 3772357, + "unit": "ns/op\t 34598 B/op\t 476 allocs/op", + "extra": "283 times\n4 procs" + }, + { + "name": "Benchmark_DynamoDB_Set - ns/op", + "value": 3772357, + "unit": "ns/op", + "extra": "283 times\n4 procs" + }, + { + "name": "Benchmark_DynamoDB_Set - B/op", + "value": 34598, + "unit": "B/op", + "extra": "283 times\n4 procs" + }, + { + "name": "Benchmark_DynamoDB_Set - allocs/op", + "value": 476, + "unit": "allocs/op", + "extra": "283 times\n4 procs" + }, + { + "name": "Benchmark_DynamoDB_Get", + "value": 1386161, + "unit": "ns/op\t 36910 B/op\t 504 allocs/op", + "extra": "752 times\n4 procs" + }, + { + "name": "Benchmark_DynamoDB_Get - ns/op", + "value": 1386161, + "unit": "ns/op", + "extra": "752 times\n4 procs" + }, + { + "name": "Benchmark_DynamoDB_Get - B/op", + "value": 36910, + "unit": "B/op", + "extra": "752 times\n4 procs" + }, + { + "name": "Benchmark_DynamoDB_Get - allocs/op", + "value": 504, + "unit": "allocs/op", + "extra": "752 times\n4 procs" + }, + { + "name": "Benchmark_DynamoDB_SetAndDelete", + "value": 7467745, + "unit": "ns/op\t 70720 B/op\t 949 allocs/op", + "extra": "145 times\n4 procs" + }, + { + "name": "Benchmark_DynamoDB_SetAndDelete - ns/op", + "value": 7467745, + "unit": "ns/op", + "extra": "145 times\n4 procs" + }, + { + "name": "Benchmark_DynamoDB_SetAndDelete - B/op", + "value": 70720, + "unit": "B/op", + "extra": "145 times\n4 procs" + }, + { + "name": "Benchmark_DynamoDB_SetAndDelete - allocs/op", + "value": 949, + "unit": "allocs/op", + "extra": "145 times\n4 procs" + } + ] } ] }