From ab68cb2a3c017d53d512bf08352225fd71fedf23 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 16 Jul 2025 08:09:34 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for e3f0243edf140f89f93da9884e4880768383a33d --- benchmarks/mysql/data.js | 98 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 97 insertions(+), 1 deletion(-) diff --git a/benchmarks/mysql/data.js b/benchmarks/mysql/data.js index 8a107d77..fc097b4d 100644 --- a/benchmarks/mysql/data.js +++ b/benchmarks/mysql/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1751882444346, + "lastUpdate": 1752653374664, "repoUrl": "https://github.com/gofiber/storage", "entries": { "Benchmark": [ @@ -866,6 +866,102 @@ window.BENCHMARK_DATA = { "extra": "286 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": "e3f0243edf140f89f93da9884e4880768383a33d", + "message": "Merge pull request #1821 from gofiber/dependabot/go_modules/aerospike/testcontainers-modules-88f01908c2\n\nchore(deps): bump the testcontainers-modules group across 22 directories with 17 updates", + "timestamp": "2025-07-16T10:01:38+02:00", + "tree_id": "d8ef317e71a85e0e393e760722107b87bd86b70b", + "url": "https://github.com/gofiber/storage/commit/e3f0243edf140f89f93da9884e4880768383a33d" + }, + "date": 1752653369755, + "tool": "go", + "benches": [ + { + "name": "Benchmark_MYSQL_Set", + "value": 966929, + "unit": "ns/op\t 9654 B/op\t 99 allocs/op", + "extra": "1166 times\n4 procs" + }, + { + "name": "Benchmark_MYSQL_Set - ns/op", + "value": 966929, + "unit": "ns/op", + "extra": "1166 times\n4 procs" + }, + { + "name": "Benchmark_MYSQL_Set - B/op", + "value": 9654, + "unit": "B/op", + "extra": "1166 times\n4 procs" + }, + { + "name": "Benchmark_MYSQL_Set - allocs/op", + "value": 99, + "unit": "allocs/op", + "extra": "1166 times\n4 procs" + }, + { + "name": "Benchmark_MYSQL_Get", + "value": 981013, + "unit": "ns/op\t 9668 B/op\t 108 allocs/op", + "extra": "1234 times\n4 procs" + }, + { + "name": "Benchmark_MYSQL_Get - ns/op", + "value": 981013, + "unit": "ns/op", + "extra": "1234 times\n4 procs" + }, + { + "name": "Benchmark_MYSQL_Get - B/op", + "value": 9668, + "unit": "B/op", + "extra": "1234 times\n4 procs" + }, + { + "name": "Benchmark_MYSQL_Get - allocs/op", + "value": 108, + "unit": "allocs/op", + "extra": "1234 times\n4 procs" + }, + { + "name": "Benchmark_MYSQL_SetAndDelete", + "value": 3515564, + "unit": "ns/op\t 18812 B/op\t 195 allocs/op", + "extra": "379 times\n4 procs" + }, + { + "name": "Benchmark_MYSQL_SetAndDelete - ns/op", + "value": 3515564, + "unit": "ns/op", + "extra": "379 times\n4 procs" + }, + { + "name": "Benchmark_MYSQL_SetAndDelete - B/op", + "value": 18812, + "unit": "B/op", + "extra": "379 times\n4 procs" + }, + { + "name": "Benchmark_MYSQL_SetAndDelete - allocs/op", + "value": 195, + "unit": "allocs/op", + "extra": "379 times\n4 procs" + } + ] } ] }