From 6e664c3c9c79163b25a6e08ad25f2d66c6a6567a Mon Sep 17 00:00:00 2001 From: github-action-benchmark <github@users.noreply.github.com> Date: Thu, 8 May 2025 10:09:11 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 1ec304e638c10d9e068f34fff287266c032a6130 --- dev/bench/data.js | 98 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 97 insertions(+), 1 deletion(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index 835a273d..0d94653a 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1746697475417, + "lastUpdate": 1746698951972, "repoUrl": "https://github.com/git-bug/git-bug", "entries": { "Benchmark": [ @@ -11622,6 +11622,102 @@ window.BENCHMARK_DATA = { "extra": "2 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "email": "no-reply@sudoforge.com", + "name": "sudoforge", + "username": "sudoforge" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "1ec304e638c10d9e068f34fff287266c032a6130", + "message": "test: add support for Helper() (#1400)\n\nThis change adds support to //internal/test%recorder for Helper(), and\nimproves the ergonomics around error reporting.\n\nChange-Id: Ia1762587b16dee9ba6ca3c428c1f935eb333a63b", + "timestamp": "2025-05-08T03:08:28-07:00", + "tree_id": "b273b132cc082c5184910f5a2e9bc9ca3a1bbce2", + "url": "https://github.com/git-bug/git-bug/commit/1ec304e638c10d9e068f34fff287266c032a6130" + }, + "date": 1746698951441, + "tool": "go", + "benches": [ + { + "name": "BenchmarkReadBugs5", + "value": 15763037, + "unit": "ns/op\t 904036 B/op\t 13932 allocs/op", + "extra": "76 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - ns/op", + "value": 15763037, + "unit": "ns/op", + "extra": "76 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - B/op", + "value": 904036, + "unit": "B/op", + "extra": "76 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - allocs/op", + "value": 13932, + "unit": "allocs/op", + "extra": "76 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25", + "value": 88854481, + "unit": "ns/op\t 5362842 B/op\t 78167 allocs/op", + "extra": "12 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - ns/op", + "value": 88854481, + "unit": "ns/op", + "extra": "12 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - B/op", + "value": 5362842, + "unit": "B/op", + "extra": "12 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - allocs/op", + "value": 78167, + "unit": "allocs/op", + "extra": "12 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150", + "value": 560180234, + "unit": "ns/op\t42619244 B/op\t 524560 allocs/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - ns/op", + "value": 560180234, + "unit": "ns/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - B/op", + "value": 42619244, + "unit": "B/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - allocs/op", + "value": 524560, + "unit": "allocs/op", + "extra": "2 times\n4 procs" + } + ] } ] } -- GitLab