From 745c09c635b42136094113cf92de5915f7e7b427 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 13 Mar 2026 09:13:37 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 481c04902d342e0b2c07fd582f3fd961ed6e54b8 --- 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 826916ec3260db0b565714cdc9596d1718f27087..7ba6fcc2c8e9375f98a9cd9d1bdddde174d41a07 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1773284085711, + "lastUpdate": 1773393217623, "repoUrl": "https://github.com/git-bug/git-bug", "entries": { "Benchmark": [ @@ -17190,6 +17190,102 @@ window.BENCHMARK_DATA = { "extra": "2 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "email": "batolettre@gmail.com", + "name": "Michael Muré", + "username": "MichaelMure" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "481c04902d342e0b2c07fd582f3fd961ed6e54b8", + "message": "feat(api): add a subscription for bugs (#1456)", + "timestamp": "2026-03-13T02:12:50-07:00", + "tree_id": "52e7302d512bf452fae1124dcd812d58451531bd", + "url": "https://github.com/git-bug/git-bug/commit/481c04902d342e0b2c07fd582f3fd961ed6e54b8" + }, + "date": 1773393216893, + "tool": "go", + "benches": [ + { + "name": "BenchmarkReadBugs5", + "value": 17608717, + "unit": "ns/op\t 1066354 B/op\t 16582 allocs/op", + "extra": "66 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - ns/op", + "value": 17608717, + "unit": "ns/op", + "extra": "66 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - B/op", + "value": 1066354, + "unit": "B/op", + "extra": "66 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - allocs/op", + "value": 16582, + "unit": "allocs/op", + "extra": "66 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25", + "value": 107455945, + "unit": "ns/op\t 5461150 B/op\t 79958 allocs/op", + "extra": "12 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - ns/op", + "value": 107455945, + "unit": "ns/op", + "extra": "12 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - B/op", + "value": 5461150, + "unit": "B/op", + "extra": "12 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - allocs/op", + "value": 79958, + "unit": "allocs/op", + "extra": "12 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150", + "value": 522474800, + "unit": "ns/op\t41469500 B/op\t 508590 allocs/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - ns/op", + "value": 522474800, + "unit": "ns/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - B/op", + "value": 41469500, + "unit": "B/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - allocs/op", + "value": 508590, + "unit": "allocs/op", + "extra": "2 times\n4 procs" + } + ] } ] }