From f3edf9dedc28898fc0f31e5630a910624a0a1bf0 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 1 Aug 2024 05:07:49 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for d3cd8183ed837d0ab9eea175008f5aa1254479f2 --- 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 8cb7bd82e1be3b5f6e74ea231b0661b5d1c1039c..147701c8e488b955e20be562cdd4c58284d23fb8 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1722131777169, + "lastUpdate": 1722488869798, "repoUrl": "https://github.com/MichaelMure/git-bug", "entries": { "Benchmark": [ @@ -7782,6 +7782,102 @@ window.BENCHMARK_DATA = { "extra": "2 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "email": "49699333+dependabot[bot]@users.noreply.github.com", + "name": "dependabot[bot]", + "username": "dependabot[bot]" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "d3cd8183ed837d0ab9eea175008f5aa1254479f2", + "message": "Merge pull request #1210 from MichaelMure/dependabot/go_modules/github.com/vbauerster/mpb/v8-8.7.5", + "timestamp": "2024-08-01T05:06:43Z", + "tree_id": "7dbe5b9a2f056473511868b0955f73cc9a54f607", + "url": "https://github.com/MichaelMure/git-bug/commit/d3cd8183ed837d0ab9eea175008f5aa1254479f2" + }, + "date": 1722488868850, + "tool": "go", + "benches": [ + { + "name": "BenchmarkReadBugs5", + "value": 21592030, + "unit": "ns/op\t 2581853 B/op\t 22475 allocs/op", + "extra": "52 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - ns/op", + "value": 21592030, + "unit": "ns/op", + "extra": "52 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - B/op", + "value": 2581853, + "unit": "B/op", + "extra": "52 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - allocs/op", + "value": 22475, + "unit": "allocs/op", + "extra": "52 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25", + "value": 114741821, + "unit": "ns/op\t14443450 B/op\t 124515 allocs/op", + "extra": "9 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - ns/op", + "value": 114741821, + "unit": "ns/op", + "extra": "9 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - B/op", + "value": 14443450, + "unit": "B/op", + "extra": "9 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - allocs/op", + "value": 124515, + "unit": "allocs/op", + "extra": "9 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150", + "value": 671266920, + "unit": "ns/op\t86314324 B/op\t 744200 allocs/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - ns/op", + "value": 671266920, + "unit": "ns/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - B/op", + "value": 86314324, + "unit": "B/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - allocs/op", + "value": 744200, + "unit": "allocs/op", + "extra": "2 times\n4 procs" + } + ] } ] }