From 7289f40f6d9c31a89b9fd3ca289c78af53fbfd56 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 7 Apr 2026 13:10:16 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 251a67a8b2145381b4c0552d25727e10cacc8628 --- 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 f8ce71aef742345ff24973b898a97fe42eda1c7d..19fda95506c7f8d836f430a307d07ba9ce7671f8 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1774455288718, + "lastUpdate": 1775567416398, "repoUrl": "https://github.com/git-bug/git-bug", "entries": { "Benchmark": [ @@ -17862,6 +17862,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": "251a67a8b2145381b4c0552d25727e10cacc8628", + "message": "graphql: add tree-->lastcommit, further optimize history querying (#1547)", + "timestamp": "2026-04-07T15:09:35+02:00", + "tree_id": "66bb19b77c4120df7f714384200c74d67021dfaf", + "url": "https://github.com/git-bug/git-bug/commit/251a67a8b2145381b4c0552d25727e10cacc8628" + }, + "date": 1775567415555, + "tool": "go", + "benches": [ + { + "name": "BenchmarkReadBugs5", + "value": 16422272, + "unit": "ns/op\t 961055 B/op\t 14825 allocs/op", + "extra": "64 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - ns/op", + "value": 16422272, + "unit": "ns/op", + "extra": "64 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - B/op", + "value": 961055, + "unit": "B/op", + "extra": "64 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - allocs/op", + "value": 14825, + "unit": "allocs/op", + "extra": "64 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25", + "value": 78081795, + "unit": "ns/op\t 4510068 B/op\t 67479 allocs/op", + "extra": "15 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - ns/op", + "value": 78081795, + "unit": "ns/op", + "extra": "15 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - B/op", + "value": 4510068, + "unit": "B/op", + "extra": "15 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - allocs/op", + "value": 67479, + "unit": "allocs/op", + "extra": "15 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150", + "value": 526276340, + "unit": "ns/op\t41270484 B/op\t 510973 allocs/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - ns/op", + "value": 526276340, + "unit": "ns/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - B/op", + "value": 41270484, + "unit": "B/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - allocs/op", + "value": 510973, + "unit": "allocs/op", + "extra": "2 times\n4 procs" + } + ] } ] }