From a403a3edbcc45fe08c90b06c8c6c8519df341d21 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Sat, 17 May 2025 01:13:06 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 6811472bfbbe67030ec2b5326dbad1dd1e93b2ce --- 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 be5ed84ed22ac13454a65223c4836164470cb89e..868787c7c0938336b41c058a2fe8cc206e262356 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1747444176775, + "lastUpdate": 1747444386298, "repoUrl": "https://github.com/git-bug/git-bug", "entries": { "Benchmark": [ @@ -13542,6 +13542,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": "6811472bfbbe67030ec2b5326dbad1dd1e93b2ce", + "message": "fix(dev-infra): re-enable markdown formatting (#1439)\n\nThis was disabled while debugging prettier vs. mdformat interactions\nthrough treefmt, and accidentally committed in\n08ffc2b82919b9254cc59c97756c546a508b4f73.\n\nChange-Id: I14ebc1d0edf6ed755ad15b6ba58b6d9c6f5519f5", + "timestamp": "2025-05-16T18:12:22-07:00", + "tree_id": "9a9d07c4b1e2c0bf382856e6d9964d4141ccd497", + "url": "https://github.com/git-bug/git-bug/commit/6811472bfbbe67030ec2b5326dbad1dd1e93b2ce" + }, + "date": 1747444385636, + "tool": "go", + "benches": [ + { + "name": "BenchmarkReadBugs5", + "value": 19398153, + "unit": "ns/op\t 908080 B/op\t 13944 allocs/op", + "extra": "64 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - ns/op", + "value": 19398153, + "unit": "ns/op", + "extra": "64 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - B/op", + "value": 908080, + "unit": "B/op", + "extra": "64 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - allocs/op", + "value": 13944, + "unit": "allocs/op", + "extra": "64 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25", + "value": 92730457, + "unit": "ns/op\t 5366330 B/op\t 78167 allocs/op", + "extra": "12 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - ns/op", + "value": 92730457, + "unit": "ns/op", + "extra": "12 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - B/op", + "value": 5366330, + "unit": "B/op", + "extra": "12 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - allocs/op", + "value": 78167, + "unit": "allocs/op", + "extra": "12 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150", + "value": 698039277, + "unit": "ns/op\t42843960 B/op\t 524572 allocs/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - ns/op", + "value": 698039277, + "unit": "ns/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - B/op", + "value": 42843960, + "unit": "B/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - allocs/op", + "value": 524572, + "unit": "allocs/op", + "extra": "2 times\n4 procs" + } + ] } ] }