From b21baf96b62b908b106b684feca300efdd21dded Mon Sep 17 00:00:00 2001 From: github-action-benchmark <github@users.noreply.github.com> Date: Sat, 7 Jun 2025 17:36:16 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for da70bf5eba41c593756755cb30f7eea9791824fb --- 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 f1db6092..a411c947 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1749317449549, + "lastUpdate": 1749317776824, "repoUrl": "https://github.com/git-bug/git-bug", "entries": { "Benchmark": [ @@ -15558,6 +15558,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": "da70bf5eba41c593756755cb30f7eea9791824fb", + "message": "refactor: replace references of \"master\" with \"trunk\" (#1471)\n\nChange-Id: Iddffb45d6ab73096e2c27e8e5029eabe47e092d8", + "timestamp": "2025-06-07T10:35:37-07:00", + "tree_id": "a33a99a4c0d1fadacf94e91531ba905a7ef1f203", + "url": "https://github.com/git-bug/git-bug/commit/da70bf5eba41c593756755cb30f7eea9791824fb" + }, + "date": 1749317776067, + "tool": "go", + "benches": [ + { + "name": "BenchmarkReadBugs5", + "value": 35709284, + "unit": "ns/op\t 728483 B/op\t 10844 allocs/op", + "extra": "57 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - ns/op", + "value": 35709284, + "unit": "ns/op", + "extra": "57 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - B/op", + "value": 728483, + "unit": "B/op", + "extra": "57 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - allocs/op", + "value": 10844, + "unit": "allocs/op", + "extra": "57 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25", + "value": 100374072, + "unit": "ns/op\t 5273068 B/op\t 77096 allocs/op", + "extra": "12 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - ns/op", + "value": 100374072, + "unit": "ns/op", + "extra": "12 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - B/op", + "value": 5273068, + "unit": "B/op", + "extra": "12 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - allocs/op", + "value": 77096, + "unit": "allocs/op", + "extra": "12 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150", + "value": 733171866, + "unit": "ns/op\t40992716 B/op\t 500981 allocs/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - ns/op", + "value": 733171866, + "unit": "ns/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - B/op", + "value": 40992716, + "unit": "B/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - allocs/op", + "value": 500981, + "unit": "allocs/op", + "extra": "2 times\n4 procs" + } + ] } ] } -- GitLab