From b62e348fa392ae061a0be2002139154bf699b406 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 19 May 2025 05:45:05 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 26086bb6c54b980f0893d7b582ee6f26ec9b85ef --- 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 5a3e78eedb864e1b12d9626ef4542772231a2e53..6397d225b7123faa50e369bf6dc7db4adfadf07d 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1747630837467, + "lastUpdate": 1747633505323, "repoUrl": "https://github.com/git-bug/git-bug", "entries": { "Benchmark": [ @@ -14598,6 +14598,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": "26086bb6c54b980f0893d7b582ee6f26ec9b85ef", + "message": "docs(dev-infra): fix missing link to //:CHANGELOG.md (#1458)\n\nChange-Id: I0a21fbc9eb6d11afb647c8e51e40d3a5f5155792", + "timestamp": "2025-05-18T22:44:21-07:00", + "tree_id": "3552f4c337504ec1fb5cfdca0c3c5bee2c5b0741", + "url": "https://github.com/git-bug/git-bug/commit/26086bb6c54b980f0893d7b582ee6f26ec9b85ef" + }, + "date": 1747633504679, + "tool": "go", + "benches": [ + { + "name": "BenchmarkReadBugs5", + "value": 16930816, + "unit": "ns/op\t 919385 B/op\t 14119 allocs/op", + "extra": "74 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - ns/op", + "value": 16930816, + "unit": "ns/op", + "extra": "74 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - B/op", + "value": 919385, + "unit": "B/op", + "extra": "74 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - allocs/op", + "value": 14119, + "unit": "allocs/op", + "extra": "74 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25", + "value": 96845406, + "unit": "ns/op\t 5047162 B/op\t 74732 allocs/op", + "extra": "14 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - ns/op", + "value": 96845406, + "unit": "ns/op", + "extra": "14 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - B/op", + "value": 5047162, + "unit": "B/op", + "extra": "14 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - allocs/op", + "value": 74732, + "unit": "allocs/op", + "extra": "14 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150", + "value": 593539968, + "unit": "ns/op\t41247148 B/op\t 506036 allocs/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - ns/op", + "value": 593539968, + "unit": "ns/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - B/op", + "value": 41247148, + "unit": "B/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - allocs/op", + "value": 506036, + "unit": "allocs/op", + "extra": "2 times\n4 procs" + } + ] } ] }