From 5d2a13c9f0c299cdecdf135922b62b39137371be Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Sun, 15 Mar 2026 15:29:59 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 62f4fafe326451c4951cb425034da7b52355f1a2 --- 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 8fe0219abedcf249b5f1ceb01ff3ef052f46ef82..ad223ca577c82642765e3329a71b1574c18f1688 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1773540509875, + "lastUpdate": 1773588599399, "repoUrl": "https://github.com/git-bug/git-bug", "entries": { "Benchmark": [ @@ -17574,6 +17574,102 @@ window.BENCHMARK_DATA = { "extra": "2 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "email": "batolettre@gmail.com", + "name": "Michael Muré", + "username": "MichaelMure" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "62f4fafe326451c4951cb425034da7b52355f1a2", + "message": "commands: wire context with signal handling from the root (#1538)", + "timestamp": "2026-03-15T16:29:11+01:00", + "tree_id": "3fda41fe2eb36c272ad57095441f4e1ea14d7445", + "url": "https://github.com/git-bug/git-bug/commit/62f4fafe326451c4951cb425034da7b52355f1a2" + }, + "date": 1773588598287, + "tool": "go", + "benches": [ + { + "name": "BenchmarkReadBugs5", + "value": 17858271, + "unit": "ns/op\t 941289 B/op\t 14240 allocs/op", + "extra": "74 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - ns/op", + "value": 17858271, + "unit": "ns/op", + "extra": "74 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - B/op", + "value": 941289, + "unit": "B/op", + "extra": "74 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - allocs/op", + "value": 14240, + "unit": "allocs/op", + "extra": "74 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25", + "value": 93666521, + "unit": "ns/op\t 5292088 B/op\t 77516 allocs/op", + "extra": "12 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - ns/op", + "value": 93666521, + "unit": "ns/op", + "extra": "12 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - B/op", + "value": 5292088, + "unit": "B/op", + "extra": "12 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - allocs/op", + "value": 77516, + "unit": "allocs/op", + "extra": "12 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150", + "value": 658704458, + "unit": "ns/op\t40107040 B/op\t 492393 allocs/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - ns/op", + "value": 658704458, + "unit": "ns/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - B/op", + "value": 40107040, + "unit": "B/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - allocs/op", + "value": 492393, + "unit": "allocs/op", + "extra": "2 times\n4 procs" + } + ] } ] }