From daf7c5b2915bdc4c4ae57920c50c41f37b68ccf3 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 27 Jan 2026 17:01:50 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 5920f3e6918138f483201b0f1a5738bcba36a1e5 --- 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 c8b6d5697d2651d74d86ffd79c615bcaa885d709..558f9bcb0ad2677079bb2d21e9124f66f3a3ccc5 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1765154238574, + "lastUpdate": 1769533310849, "repoUrl": "https://github.com/git-bug/git-bug", "entries": { "Benchmark": [ @@ -16422,6 +16422,102 @@ window.BENCHMARK_DATA = { "extra": "3 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "email": "mcepl@cepl.eu", + "name": "Matěj Cepl", + "username": "mcepl" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": false, + "id": "5920f3e6918138f483201b0f1a5738bcba36a1e5", + "message": "feat(config): add git-bug.remote for defining the default remote (#1460)\n\nOther way is to have explicit REMOTE argument.\n\n---------\n\nSigned-off-by: Matěj Cepl \nCo-authored-by: William Ahern ", + "timestamp": "2026-01-27T16:57:12Z", + "tree_id": "db8b1a4c8f64458e423cf712b741ee6b71b4b76b", + "url": "https://github.com/git-bug/git-bug/commit/5920f3e6918138f483201b0f1a5738bcba36a1e5" + }, + "date": 1769533309601, + "tool": "go", + "benches": [ + { + "name": "BenchmarkReadBugs5", + "value": 18852102, + "unit": "ns/op\t 1302157 B/op\t 20076 allocs/op", + "extra": "100 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - ns/op", + "value": 18852102, + "unit": "ns/op", + "extra": "100 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - B/op", + "value": 1302157, + "unit": "B/op", + "extra": "100 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - allocs/op", + "value": 20076, + "unit": "allocs/op", + "extra": "100 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25", + "value": 62743500, + "unit": "ns/op\t 4487180 B/op\t 67668 allocs/op", + "extra": "19 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - ns/op", + "value": 62743500, + "unit": "ns/op", + "extra": "19 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - B/op", + "value": 4487180, + "unit": "B/op", + "extra": "19 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - allocs/op", + "value": 67668, + "unit": "allocs/op", + "extra": "19 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150", + "value": 440289558, + "unit": "ns/op\t36719064 B/op\t 484034 allocs/op", + "extra": "3 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - ns/op", + "value": 440289558, + "unit": "ns/op", + "extra": "3 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - B/op", + "value": 36719064, + "unit": "B/op", + "extra": "3 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - allocs/op", + "value": 484034, + "unit": "allocs/op", + "extra": "3 times\n4 procs" + } + ] } ] }