From 7413c7d436fd6cbe24e27e9fa6613111e35fee7d Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 8 Aug 2024 03:44:30 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 0c0228d3ce629d31a41dd833b4a1ee73533d2da7 --- 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 4b36fe81d66a3e283e49faed1279f1abeea9b7a2..6e01038096f84b22425fd295e500668a78c78c72 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1723038870251, + "lastUpdate": 1723088670381, "repoUrl": "https://github.com/git-bug/git-bug", "entries": { "Benchmark": [ @@ -8934,6 +8934,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": "0c0228d3ce629d31a41dd833b4a1ee73533d2da7", + "message": "feat: add package to dev shell: delve (#1240)\n\nThis change adds `delve`, the de facto debugger for go, to the\r\ndevelopment shell..\r\n\r\nChange-Id: I0bcda2b3569926dc16d8cbd653845f371ef33452", + "timestamp": "2024-08-07T20:43:24-07:00", + "tree_id": "c00ac99792005dd86ec6f7957963498d0a395715", + "url": "https://github.com/git-bug/git-bug/commit/0c0228d3ce629d31a41dd833b4a1ee73533d2da7" + }, + "date": 1723088669424, + "tool": "go", + "benches": [ + { + "name": "BenchmarkReadBugs5", + "value": 26883915, + "unit": "ns/op\t 2587187 B/op\t 22484 allocs/op", + "extra": "54 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - ns/op", + "value": 26883915, + "unit": "ns/op", + "extra": "54 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - B/op", + "value": 2587187, + "unit": "B/op", + "extra": "54 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - allocs/op", + "value": 22484, + "unit": "allocs/op", + "extra": "54 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25", + "value": 150981332, + "unit": "ns/op\t14495948 B/op\t 124524 allocs/op", + "extra": "7 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - ns/op", + "value": 150981332, + "unit": "ns/op", + "extra": "7 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - B/op", + "value": 14495948, + "unit": "B/op", + "extra": "7 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - allocs/op", + "value": 124524, + "unit": "allocs/op", + "extra": "7 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150", + "value": 772947739, + "unit": "ns/op\t86168192 B/op\t 744136 allocs/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - ns/op", + "value": 772947739, + "unit": "ns/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - B/op", + "value": 86168192, + "unit": "B/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - allocs/op", + "value": 744136, + "unit": "allocs/op", + "extra": "2 times\n4 procs" + } + ] } ] }