From 785b5a24fb35e797cae780503fb846f3b9d2dfb2 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Sat, 17 May 2025 01:09:36 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 08ffc2b82919b9254cc59c97756c546a508b4f73 --- 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 4d6e6dd0398d1033a432eabcef3d58b900c84c14..be5ed84ed22ac13454a65223c4836164470cb89e 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1747363946637, + "lastUpdate": 1747444176775, "repoUrl": "https://github.com/git-bug/git-bug", "entries": { "Benchmark": [ @@ -13446,6 +13446,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": "08ffc2b82919b9254cc59c97756c546a508b4f73", + "message": "feat(dev-infra): enable formatting of //webui (#1429)\n\nThis change enables prettier, and enables formatting of //webui.\n\nChange-Id: I2516459649bf6c19a8dc495d3a4d915a6a881b39", + "timestamp": "2025-05-16T18:08:48-07:00", + "tree_id": "2ec26b11454c0d6a285b541ffa8d88f54e131857", + "url": "https://github.com/git-bug/git-bug/commit/08ffc2b82919b9254cc59c97756c546a508b4f73" + }, + "date": 1747444175708, + "tool": "go", + "benches": [ + { + "name": "BenchmarkReadBugs5", + "value": 14796286, + "unit": "ns/op\t 904347 B/op\t 13931 allocs/op", + "extra": "78 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - ns/op", + "value": 14796286, + "unit": "ns/op", + "extra": "78 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - B/op", + "value": 904347, + "unit": "B/op", + "extra": "78 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - allocs/op", + "value": 13931, + "unit": "allocs/op", + "extra": "78 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25", + "value": 86368477, + "unit": "ns/op\t 5316799 B/op\t 78014 allocs/op", + "extra": "13 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - ns/op", + "value": 86368477, + "unit": "ns/op", + "extra": "13 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - B/op", + "value": 5316799, + "unit": "B/op", + "extra": "13 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - allocs/op", + "value": 78014, + "unit": "allocs/op", + "extra": "13 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150", + "value": 555166384, + "unit": "ns/op\t42692920 B/op\t 524546 allocs/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - ns/op", + "value": 555166384, + "unit": "ns/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - B/op", + "value": 42692920, + "unit": "B/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - allocs/op", + "value": 524546, + "unit": "allocs/op", + "extra": "2 times\n4 procs" + } + ] } ] }