From d5e8ea4081e34458d655005d5ebed4ec24fa12e8 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 21 Apr 2025 05:36:27 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 552cf77d464feb6b406c2fc6f6c264326fccd3fd --- 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 644e8466506e002ec54f4c71a315db518693c749..c02da171f9f68fc2b32e262de6ce5a4ebab44489 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1745025151289, + "lastUpdate": 1745213787233, "repoUrl": "https://github.com/git-bug/git-bug", "entries": { "Benchmark": [ @@ -9510,6 +9510,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": "552cf77d464feb6b406c2fc6f6c264326fccd3fd", + "message": "refactor: rename //:git-bug.go to //:main.go (#1373)\n\n`main.go` is and always has been the conventional entrypoint for\nbinaries (this is actually true for libraries as well, e.g. some\ninternal\n`//foo` package would typically have an entrypoint of `//foo:foo.go`)\n\nChange-Id: Ic75db640b06dc5c39a8c88db0d9d73d78f39d772", + "timestamp": "2025-04-20T22:35:17-07:00", + "tree_id": "07c0e0b4cca8b6b712f6ffc652a2e3b9a0559d12", + "url": "https://github.com/git-bug/git-bug/commit/552cf77d464feb6b406c2fc6f6c264326fccd3fd" + }, + "date": 1745213786668, + "tool": "go", + "benches": [ + { + "name": "BenchmarkReadBugs5", + "value": 14841887, + "unit": "ns/op\t 913014 B/op\t 13866 allocs/op", + "extra": "86 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - ns/op", + "value": 14841887, + "unit": "ns/op", + "extra": "86 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - B/op", + "value": 913014, + "unit": "B/op", + "extra": "86 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - allocs/op", + "value": 13866, + "unit": "allocs/op", + "extra": "86 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25", + "value": 77146841, + "unit": "ns/op\t 5328557 B/op\t 77517 allocs/op", + "extra": "14 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - ns/op", + "value": 77146841, + "unit": "ns/op", + "extra": "14 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - B/op", + "value": 5328557, + "unit": "B/op", + "extra": "14 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - allocs/op", + "value": 77517, + "unit": "allocs/op", + "extra": "14 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150", + "value": 488356186, + "unit": "ns/op\t38250264 B/op\t 499345 allocs/op", + "extra": "3 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - ns/op", + "value": 488356186, + "unit": "ns/op", + "extra": "3 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - B/op", + "value": 38250264, + "unit": "B/op", + "extra": "3 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - allocs/op", + "value": 499345, + "unit": "allocs/op", + "extra": "3 times\n4 procs" + } + ] } ] }