From 4e8aa06ded31a6410bd530a248ddb9ef5fcf43cd Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 29 Apr 2025 16:31:31 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 535594290662367fc33920f8f613859513ea857e --- 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 1adea21b615c310c4bb316f0bac844c75c25c370..f0d71a561d5948a9ac478e570a540528efd76c81 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1745895740778, + "lastUpdate": 1745944291308, "repoUrl": "https://github.com/git-bug/git-bug", "entries": { "Benchmark": [ @@ -10758,6 +10758,102 @@ window.BENCHMARK_DATA = { "extra": "3 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "email": "mcepl@cepl.eu", + "name": "Matěj Cepl", + "username": "mcepl" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "535594290662367fc33920f8f613859513ea857e", + "message": "chore: gofmt simplify gitlab/export_test.go (#1392)", + "timestamp": "2025-04-29T16:25:52Z", + "tree_id": "341a0f15432af106ed53506c2ede7e0c6716b491", + "url": "https://github.com/git-bug/git-bug/commit/535594290662367fc33920f8f613859513ea857e" + }, + "date": 1745944290864, + "tool": "go", + "benches": [ + { + "name": "BenchmarkReadBugs5", + "value": 45322142, + "unit": "ns/op\t 913323 B/op\t 13968 allocs/op", + "extra": "48 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - ns/op", + "value": 45322142, + "unit": "ns/op", + "extra": "48 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - B/op", + "value": 913323, + "unit": "B/op", + "extra": "48 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - allocs/op", + "value": 13968, + "unit": "allocs/op", + "extra": "48 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25", + "value": 113552078, + "unit": "ns/op\t 5504497 B/op\t 78820 allocs/op", + "extra": "9 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - ns/op", + "value": 113552078, + "unit": "ns/op", + "extra": "9 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - B/op", + "value": 5504497, + "unit": "B/op", + "extra": "9 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - allocs/op", + "value": 78820, + "unit": "allocs/op", + "extra": "9 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150", + "value": 649116588, + "unit": "ns/op\t42798288 B/op\t 524517 allocs/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - ns/op", + "value": 649116588, + "unit": "ns/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - B/op", + "value": 42798288, + "unit": "B/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - allocs/op", + "value": 524517, + "unit": "allocs/op", + "extra": "2 times\n4 procs" + } + ] } ] }