From 0b2a13d9ebba2dfbf73551dd8efefc753c3bf672 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Sat, 17 May 2025 01:47:56 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 89b880bd28e0946b3f9c0205445cb9070de1390f --- 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 868787c7c0938336b41c058a2fe8cc206e262356..946d16e0939b5bacde6ef3c173396e27c74b4092 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1747444386298, + "lastUpdate": 1747446476792, "repoUrl": "https://github.com/git-bug/git-bug", "entries": { "Benchmark": [ @@ -13638,6 +13638,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": "89b880bd28e0946b3f9c0205445cb9070de1390f", + "message": "feat(dev-infra)!: remove gokart (#1441)\n\nThis change removes `gokart` because it is unmaintained, and the\n`replace` directive breaks `go install`.\n\nChange-Id: I17ec23cc90abecbae20c4adaf6be46cf507645ec", + "timestamp": "2025-05-17T01:42:59Z", + "tree_id": "ddcc83821819749cca9f5d5d67412d78c9705424", + "url": "https://github.com/git-bug/git-bug/commit/89b880bd28e0946b3f9c0205445cb9070de1390f" + }, + "date": 1747446476122, + "tool": "go", + "benches": [ + { + "name": "BenchmarkReadBugs5", + "value": 17326564, + "unit": "ns/op\t 902179 B/op\t 13926 allocs/op", + "extra": "84 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - ns/op", + "value": 17326564, + "unit": "ns/op", + "extra": "84 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - B/op", + "value": 902179, + "unit": "B/op", + "extra": "84 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - allocs/op", + "value": 13926, + "unit": "allocs/op", + "extra": "84 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25", + "value": 88129440, + "unit": "ns/op\t 5340486 B/op\t 78020 allocs/op", + "extra": "13 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - ns/op", + "value": 88129440, + "unit": "ns/op", + "extra": "13 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - B/op", + "value": 5340486, + "unit": "B/op", + "extra": "13 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - allocs/op", + "value": 78020, + "unit": "allocs/op", + "extra": "13 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150", + "value": 548295538, + "unit": "ns/op\t42845416 B/op\t 524545 allocs/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - ns/op", + "value": 548295538, + "unit": "ns/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - B/op", + "value": 42845416, + "unit": "B/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - allocs/op", + "value": 524545, + "unit": "allocs/op", + "extra": "2 times\n4 procs" + } + ] } ] }