From b69bbaaca622bae04d2dc3faa4c2aa4013a42e04 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Sun, 21 Jul 2024 01:40:50 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 00f5265a7bac771ae5d4e30b6ce9590229632375 --- 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 61d7056d7b931e35ae8b28299bb1b7b41161f32b..115d4cd6df01f844d0a3f2d71df5bbc6c9bfa6c3 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1721519216215, + "lastUpdate": 1721526050455, "repoUrl": "https://github.com/MichaelMure/git-bug", "entries": { "Benchmark": [ @@ -5094,6 +5094,102 @@ window.BENCHMARK_DATA = { "extra": "2 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "email": "no-reply@sudoforge.com", + "name": "sudoforge", + "username": "sudoforge" + }, + "committer": { + "email": "9c001b67637a@sudoforge.com", + "name": "sudoforge", + "username": "sudoforge" + }, + "distinct": true, + "id": "00f5265a7bac771ae5d4e30b6ce9590229632375", + "message": "feat: add workflow for triaging stale issues and prs\n\nChange-Id: I0fc9571d476b55a15edcef3645a5fa5f751fb427", + "timestamp": "2024-07-20T18:39:44-07:00", + "tree_id": "fb07b8f07007303c6f8a28d575689d053d954298", + "url": "https://github.com/MichaelMure/git-bug/commit/00f5265a7bac771ae5d4e30b6ce9590229632375" + }, + "date": 1721526050104, + "tool": "go", + "benches": [ + { + "name": "BenchmarkReadBugs5", + "value": 22634816, + "unit": "ns/op\t 2577746 B/op\t 22453 allocs/op", + "extra": "54 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - ns/op", + "value": 22634816, + "unit": "ns/op", + "extra": "54 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - B/op", + "value": 2577746, + "unit": "B/op", + "extra": "54 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - allocs/op", + "value": 22453, + "unit": "allocs/op", + "extra": "54 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25", + "value": 123941206, + "unit": "ns/op\t14587045 B/op\t 124471 allocs/op", + "extra": "9 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - ns/op", + "value": 123941206, + "unit": "ns/op", + "extra": "9 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - B/op", + "value": 14587045, + "unit": "B/op", + "extra": "9 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - allocs/op", + "value": 124471, + "unit": "allocs/op", + "extra": "9 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150", + "value": 691975040, + "unit": "ns/op\t85890268 B/op\t 743790 allocs/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - ns/op", + "value": 691975040, + "unit": "ns/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - B/op", + "value": 85890268, + "unit": "B/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - allocs/op", + "value": 743790, + "unit": "allocs/op", + "extra": "2 times\n4 procs" + } + ] } ] }