From dc1eb2a0cb17272edab20b26b9b57055bc6c19c6 Mon Sep 17 00:00:00 2001 From: github-action-benchmark <github@users.noreply.github.com> Date: Thu, 22 May 2025 00:17:38 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 01d6899fd914b38aad34ee62ac9c620a06260306 --- 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 4d208338..f023e52f 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1747708941451, + "lastUpdate": 1747873058538, "repoUrl": "https://github.com/git-bug/git-bug", "entries": { "Benchmark": [ @@ -15078,6 +15078,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": "01d6899fd914b38aad34ee62ac9c620a06260306", + "message": "feat(dev-infra): add pipeline: cron/rename-default-branch (#1465)\n\nThis change adds a new pipeline named `cron`, with an initial task that\nwill handle automatically updating the default branch for this\nrepository on May 31 2025.\n\nRef: #1404\nChange-Id: Iff5529938d9be50de9733f98e72e86c4480e1d6e", + "timestamp": "2025-05-21T17:16:49-07:00", + "tree_id": "c68e97513f13fb09b8bf6ceb37572209893535ec", + "url": "https://github.com/git-bug/git-bug/commit/01d6899fd914b38aad34ee62ac9c620a06260306" + }, + "date": 1747873057432, + "tool": "go", + "benches": [ + { + "name": "BenchmarkReadBugs5", + "value": 21739167, + "unit": "ns/op\t 1197960 B/op\t 17853 allocs/op", + "extra": "75 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - ns/op", + "value": 21739167, + "unit": "ns/op", + "extra": "75 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - B/op", + "value": 1197960, + "unit": "B/op", + "extra": "75 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - allocs/op", + "value": 17853, + "unit": "allocs/op", + "extra": "75 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25", + "value": 91637529, + "unit": "ns/op\t 4930808 B/op\t 72929 allocs/op", + "extra": "13 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - ns/op", + "value": 91637529, + "unit": "ns/op", + "extra": "13 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - B/op", + "value": 4930808, + "unit": "B/op", + "extra": "13 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - allocs/op", + "value": 72929, + "unit": "allocs/op", + "extra": "13 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150", + "value": 663247136, + "unit": "ns/op\t41965060 B/op\t 514658 allocs/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - ns/op", + "value": 663247136, + "unit": "ns/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - B/op", + "value": 41965060, + "unit": "B/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - allocs/op", + "value": 514658, + "unit": "allocs/op", + "extra": "2 times\n4 procs" + } + ] } ] } -- GitLab