From c57c526985c75860e6bcc2e983d63b889c96fc00 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 8 Apr 2026 14:55:25 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 66f1bc37d66f25a24a185f09f30f390eb436e13e --- 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 d96f5c4f2da5206078b01f41a76e8151431b2e71..a8f8b24e5c7db32d54b5ffca8dcee9011da8ebe2 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1775655115765, + "lastUpdate": 1775660125723, "repoUrl": "https://github.com/git-bug/git-bug", "entries": { "Benchmark": [ @@ -18054,6 +18054,102 @@ window.BENCHMARK_DATA = { "extra": "3 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": "66f1bc37d66f25a24a185f09f30f390eb436e13e", + "message": "graphql: replace GitRef.isDefault by Repository.head (#1551)\n\nisDefault was barely working\n\n---------\n\nCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>", + "timestamp": "2026-04-08T16:54:45+02:00", + "tree_id": "6a06d8bbc95bd6854df5257814dfeb59ca609265", + "url": "https://github.com/git-bug/git-bug/commit/66f1bc37d66f25a24a185f09f30f390eb436e13e" + }, + "date": 1775660125057, + "tool": "go", + "benches": [ + { + "name": "BenchmarkReadBugs5", + "value": 23330750, + "unit": "ns/op\t 1170821 B/op\t 17580 allocs/op", + "extra": "43 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - ns/op", + "value": 23330750, + "unit": "ns/op", + "extra": "43 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - B/op", + "value": 1170821, + "unit": "B/op", + "extra": "43 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - allocs/op", + "value": 17580, + "unit": "allocs/op", + "extra": "43 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25", + "value": 93700003, + "unit": "ns/op\t 5036323 B/op\t 74108 allocs/op", + "extra": "13 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - ns/op", + "value": 93700003, + "unit": "ns/op", + "extra": "13 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - B/op", + "value": 5036323, + "unit": "B/op", + "extra": "13 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - allocs/op", + "value": 74108, + "unit": "allocs/op", + "extra": "13 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150", + "value": 539837992, + "unit": "ns/op\t40547372 B/op\t 499322 allocs/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - ns/op", + "value": 539837992, + "unit": "ns/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - B/op", + "value": 40547372, + "unit": "B/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - allocs/op", + "value": 499322, + "unit": "allocs/op", + "extra": "2 times\n4 procs" + } + ] } ] }