From fa8ddd7846a4d73d75342ef002f3bca1cf727098 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 16 Apr 2025 05:44:46 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for e21a9065b52622c9e1e1ad671a7da27ecba91f90 --- benchmarks/postgres/data.js | 98 ++++++++++++++++++++++++++++++++++++- 1 file changed, 97 insertions(+), 1 deletion(-) diff --git a/benchmarks/postgres/data.js b/benchmarks/postgres/data.js index 1061a414..4cf099ab 100644 --- a/benchmarks/postgres/data.js +++ b/benchmarks/postgres/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1744615695278, + "lastUpdate": 1744782286129, "repoUrl": "https://github.com/gofiber/storage", "entries": { "Benchmark": [ @@ -578,6 +578,102 @@ window.BENCHMARK_DATA = { "extra": "2988 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": "e21a9065b52622c9e1e1ad671a7da27ecba91f90", + "message": "Merge pull request #1672 from mdelapenya/testing-patterns\n\nchore(testing): use require in tests", + "timestamp": "2025-04-16T07:40:42+02:00", + "tree_id": "54a79e7c0ee58dbd297fbf52b9ba836e7b4965d9", + "url": "https://github.com/gofiber/storage/commit/e21a9065b52622c9e1e1ad671a7da27ecba91f90" + }, + "date": 1744782277750, + "tool": "go", + "benches": [ + { + "name": "Benchmark_Postgres_Set", + "value": 204838, + "unit": "ns/op\t 258 B/op\t 7 allocs/op", + "extra": "5582 times\n4 procs" + }, + { + "name": "Benchmark_Postgres_Set - ns/op", + "value": 204838, + "unit": "ns/op", + "extra": "5582 times\n4 procs" + }, + { + "name": "Benchmark_Postgres_Set - B/op", + "value": 258, + "unit": "B/op", + "extra": "5582 times\n4 procs" + }, + { + "name": "Benchmark_Postgres_Set - allocs/op", + "value": 7, + "unit": "allocs/op", + "extra": "5582 times\n4 procs" + }, + { + "name": "Benchmark_Postgres_Get", + "value": 190562, + "unit": "ns/op\t 524 B/op\t 10 allocs/op", + "extra": "6376 times\n4 procs" + }, + { + "name": "Benchmark_Postgres_Get - ns/op", + "value": 190562, + "unit": "ns/op", + "extra": "6376 times\n4 procs" + }, + { + "name": "Benchmark_Postgres_Get - B/op", + "value": 524, + "unit": "B/op", + "extra": "6376 times\n4 procs" + }, + { + "name": "Benchmark_Postgres_Get - allocs/op", + "value": 10, + "unit": "allocs/op", + "extra": "6376 times\n4 procs" + }, + { + "name": "Benchmark_Postgres_SetAndDelete", + "value": 458802, + "unit": "ns/op\t 405 B/op\t 11 allocs/op", + "extra": "2726 times\n4 procs" + }, + { + "name": "Benchmark_Postgres_SetAndDelete - ns/op", + "value": 458802, + "unit": "ns/op", + "extra": "2726 times\n4 procs" + }, + { + "name": "Benchmark_Postgres_SetAndDelete - B/op", + "value": 405, + "unit": "B/op", + "extra": "2726 times\n4 procs" + }, + { + "name": "Benchmark_Postgres_SetAndDelete - allocs/op", + "value": 11, + "unit": "allocs/op", + "extra": "2726 times\n4 procs" + } + ] } ] }