From 6bb20a9eeaefddede2afd97baf2dabdabfc1eeb0 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 31 Jul 2025 07:40:24 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 74b10d26599ee77384f8ef4fc6f2a5d88672ff47 --- benchmarks/s3/data.js | 98 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 97 insertions(+), 1 deletion(-) diff --git a/benchmarks/s3/data.js b/benchmarks/s3/data.js index f4d72b30..546e0350 100644 --- a/benchmarks/s3/data.js +++ b/benchmarks/s3/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1753860053824, + "lastUpdate": 1753947624659, "repoUrl": "https://github.com/gofiber/storage", "entries": { "Benchmark": [ @@ -3770,6 +3770,102 @@ window.BENCHMARK_DATA = { "extra": "432 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": "74b10d26599ee77384f8ef4fc6f2a5d88672ff47", + "message": "Merge pull request #1844 from gofiber/dependabot/go_modules/dynamodb/aws-modules-2a08c0df80\n\nchore(deps): bump the aws-modules group across 2 directories with 7 updates", + "timestamp": "2025-07-31T09:39:25+02:00", + "tree_id": "e127d58b8e60dd8b7da19a55cba9e2a28b04c082", + "url": "https://github.com/gofiber/storage/commit/74b10d26599ee77384f8ef4fc6f2a5d88672ff47" + }, + "date": 1753947620666, + "tool": "go", + "benches": [ + { + "name": "Benchmark_S3_Set", + "value": 2378048, + "unit": "ns/op\t 93087 B/op\t 865 allocs/op", + "extra": "498 times\n4 procs" + }, + { + "name": "Benchmark_S3_Set - ns/op", + "value": 2378048, + "unit": "ns/op", + "extra": "498 times\n4 procs" + }, + { + "name": "Benchmark_S3_Set - B/op", + "value": 93087, + "unit": "B/op", + "extra": "498 times\n4 procs" + }, + { + "name": "Benchmark_S3_Set - allocs/op", + "value": 865, + "unit": "allocs/op", + "extra": "498 times\n4 procs" + }, + { + "name": "Benchmark_S3_Get", + "value": 874112, + "unit": "ns/op\t 86503 B/op\t 769 allocs/op", + "extra": "1364 times\n4 procs" + }, + { + "name": "Benchmark_S3_Get - ns/op", + "value": 874112, + "unit": "ns/op", + "extra": "1364 times\n4 procs" + }, + { + "name": "Benchmark_S3_Get - B/op", + "value": 86503, + "unit": "B/op", + "extra": "1364 times\n4 procs" + }, + { + "name": "Benchmark_S3_Get - allocs/op", + "value": 769, + "unit": "allocs/op", + "extra": "1364 times\n4 procs" + }, + { + "name": "Benchmark_S3_SetAndDelete", + "value": 2644797, + "unit": "ns/op\t 140831 B/op\t 1486 allocs/op", + "extra": "450 times\n4 procs" + }, + { + "name": "Benchmark_S3_SetAndDelete - ns/op", + "value": 2644797, + "unit": "ns/op", + "extra": "450 times\n4 procs" + }, + { + "name": "Benchmark_S3_SetAndDelete - B/op", + "value": 140831, + "unit": "B/op", + "extra": "450 times\n4 procs" + }, + { + "name": "Benchmark_S3_SetAndDelete - allocs/op", + "value": 1486, + "unit": "allocs/op", + "extra": "450 times\n4 procs" + } + ] } ] }