From 37520dadad7ef7f7aaed0ae7843168ce4cf24780 Mon Sep 17 00:00:00 2001 From: github-action-benchmark <github@users.noreply.github.com> Date: Mon, 12 May 2025 05:26:31 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 23be684a05ff850d46649a600a35c5799a99d8c0 --- 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 ed780e0e..a052c09d 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1746952834174, + "lastUpdate": 1747027591235, "repoUrl": "https://github.com/git-bug/git-bug", "entries": { "Benchmark": [ @@ -12486,6 +12486,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": "23be684a05ff850d46649a600a35c5799a99d8c0", + "message": "feat(tui): improve readability of the help bar (#1412)\n\nThis change changes the help bar's background color to the \"black\" value\nfor the terminal, and increases spacing between the different commands\nto improve readability.\n\nCloses: git-bug/git-bug#1411\nChange-Id: I380d1fee4ae51869876f00c76c0f952d47dd8912", + "timestamp": "2025-05-11T22:25:43-07:00", + "tree_id": "f95e3002ddd507b7582f2307dba18d813834bf19", + "url": "https://github.com/git-bug/git-bug/commit/23be684a05ff850d46649a600a35c5799a99d8c0" + }, + "date": 1747027590158, + "tool": "go", + "benches": [ + { + "name": "BenchmarkReadBugs5", + "value": 15719028, + "unit": "ns/op\t 906651 B/op\t 13944 allocs/op", + "extra": "64 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - ns/op", + "value": 15719028, + "unit": "ns/op", + "extra": "64 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - B/op", + "value": 906651, + "unit": "B/op", + "extra": "64 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - allocs/op", + "value": 13944, + "unit": "allocs/op", + "extra": "64 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25", + "value": 87886463, + "unit": "ns/op\t 5338226 B/op\t 78020 allocs/op", + "extra": "13 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - ns/op", + "value": 87886463, + "unit": "ns/op", + "extra": "13 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - B/op", + "value": 5338226, + "unit": "B/op", + "extra": "13 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - allocs/op", + "value": 78020, + "unit": "allocs/op", + "extra": "13 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150", + "value": 574439048, + "unit": "ns/op\t42876072 B/op\t 524535 allocs/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - ns/op", + "value": 574439048, + "unit": "ns/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - B/op", + "value": 42876072, + "unit": "B/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - allocs/op", + "value": 524535, + "unit": "allocs/op", + "extra": "2 times\n4 procs" + } + ] } ] } -- GitLab