From bbdcc303c4adce36eb86fe0f995b2017bb42e01f Mon Sep 17 00:00:00 2001 From: github-action-benchmark <github@users.noreply.github.com> Date: Thu, 8 May 2025 09:44:35 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 1766f85bf9edba2cccff494a0a41bb30e244a01b --- 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 791dada4..835a273d 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1746691779966, + "lastUpdate": 1746697475417, "repoUrl": "https://github.com/git-bug/git-bug", "entries": { "Benchmark": [ @@ -11526,6 +11526,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": "1766f85bf9edba2cccff494a0a41bb30e244a01b", + "message": "test: implement support for Failed() and FailedNow() (#1399)\n\nThis change adds support to //internal/test for Failed() and\nFailedNow(), and expands the support for setting and detecting the\nfailed status on //internal/test%recorder.\n\nChange-Id: I04e7a978cbf0ead8d28722c0a3a0fc34136e72e1", + "timestamp": "2025-05-08T02:43:53-07:00", + "tree_id": "163bc0258aa954a8198ad7f3825d22b5b21ed122", + "url": "https://github.com/git-bug/git-bug/commit/1766f85bf9edba2cccff494a0a41bb30e244a01b" + }, + "date": 1746697474892, + "tool": "go", + "benches": [ + { + "name": "BenchmarkReadBugs5", + "value": 16685821, + "unit": "ns/op\t 909990 B/op\t 13948 allocs/op", + "extra": "61 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - ns/op", + "value": 16685821, + "unit": "ns/op", + "extra": "61 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - B/op", + "value": 909990, + "unit": "B/op", + "extra": "61 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - allocs/op", + "value": 13948, + "unit": "allocs/op", + "extra": "61 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25", + "value": 89482236, + "unit": "ns/op\t 5375512 B/op\t 78165 allocs/op", + "extra": "12 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - ns/op", + "value": 89482236, + "unit": "ns/op", + "extra": "12 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - B/op", + "value": 5375512, + "unit": "B/op", + "extra": "12 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - allocs/op", + "value": 78165, + "unit": "allocs/op", + "extra": "12 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150", + "value": 594515330, + "unit": "ns/op\t42554196 B/op\t 524485 allocs/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - ns/op", + "value": 594515330, + "unit": "ns/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - B/op", + "value": 42554196, + "unit": "B/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - allocs/op", + "value": 524485, + "unit": "allocs/op", + "extra": "2 times\n4 procs" + } + ] } ] } -- GitLab