From 013ef9a68697518e587aca9e3032c1e34cf556c5 Mon Sep 17 00:00:00 2001 From: github-action-benchmark <github@users.noreply.github.com> Date: Thu, 8 May 2025 10:22:22 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 3e5f4ee70cf910b0c457b251c5636ec2760b297e --- 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 0d94653a..f17bdc8e 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1746698951972, + "lastUpdate": 1746699742600, "repoUrl": "https://github.com/git-bug/git-bug", "entries": { "Benchmark": [ @@ -11718,6 +11718,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": "3e5f4ee70cf910b0c457b251c5636ec2760b297e", + "message": "test: mark TestCache as flaky (#1401)\n\nThis test regularly fails on Windows. It should be rewritten so as to\navoid flakiness, however, marking it as flaky as a stop-gap enables a\nbetter pipeline experience without requiring the upfront cost of\nrewriting it.\n\nChange-Id: Ia0dc13864e0fdf463b01a2a31b8d59b692c0c924", + "timestamp": "2025-05-08T03:21:40-07:00", + "tree_id": "c4f05a67947d01c4d966895e0a44a1ea7b518d36", + "url": "https://github.com/git-bug/git-bug/commit/3e5f4ee70cf910b0c457b251c5636ec2760b297e" + }, + "date": 1746699742085, + "tool": "go", + "benches": [ + { + "name": "BenchmarkReadBugs5", + "value": 19017885, + "unit": "ns/op\t 908781 B/op\t 13950 allocs/op", + "extra": "60 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - ns/op", + "value": 19017885, + "unit": "ns/op", + "extra": "60 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - B/op", + "value": 908781, + "unit": "B/op", + "extra": "60 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - allocs/op", + "value": 13950, + "unit": "allocs/op", + "extra": "60 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25", + "value": 99298369, + "unit": "ns/op\t 5351524 B/op\t 78161 allocs/op", + "extra": "12 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - ns/op", + "value": 99298369, + "unit": "ns/op", + "extra": "12 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - B/op", + "value": 5351524, + "unit": "B/op", + "extra": "12 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - allocs/op", + "value": 78161, + "unit": "allocs/op", + "extra": "12 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150", + "value": 648408464, + "unit": "ns/op\t42766564 B/op\t 524585 allocs/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - ns/op", + "value": 648408464, + "unit": "ns/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - B/op", + "value": 42766564, + "unit": "B/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - allocs/op", + "value": 524585, + "unit": "allocs/op", + "extra": "2 times\n4 procs" + } + ] } ] } -- GitLab