From 50fcdcd486230fc8470a9f213ac6fea46aac0fb6 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 10 Aug 2023 22:13:10 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for d953eca05aecd7a7815eaf505a9e17faf2e6b2e0 --- dev/bench/data.js | 80 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 79 insertions(+), 1 deletion(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index 489ac0690a100a15d3fc334a9170f0e8faeb8683..3b6980fe4c2a36ea0c891add362137d8963925a1 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1691705439401, + "lastUpdate": 1691705590154, "repoUrl": "https://github.com/MichaelMure/git-bug", "entries": { "Benchmark": [ @@ -2814,6 +2814,84 @@ window.BENCHMARK_DATA = { "extra": "1 times\n2 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": "d953eca05aecd7a7815eaf505a9e17faf2e6b2e0", + "message": "Merge pull request #1084 from MichaelMure/dependabot/go_modules/github.com/vbauerster/mpb/v8-8.5.2\n\nbuild(deps): bump github.com/vbauerster/mpb/v8 from 8.1.4 to 8.5.2", + "timestamp": "2023-08-11T00:11:40+02:00", + "tree_id": "f0d5017a05ca887759032f486b25aaf11b6b652b", + "url": "https://github.com/MichaelMure/git-bug/commit/d953eca05aecd7a7815eaf505a9e17faf2e6b2e0" + }, + "date": 1691705589696, + "tool": "go", + "benches": [ + { + "name": "BenchmarkReadBugs5 - ns/op", + "value": 23121625, + "unit": "ns/op", + "extra": "51 times\n2 procs" + }, + { + "name": "BenchmarkReadBugs5 - B/op", + "value": 4952417, + "unit": "B/op", + "extra": "51 times\n2 procs" + }, + { + "name": "BenchmarkReadBugs5 - allocs/op", + "value": 24208, + "unit": "allocs/op", + "extra": "51 times\n2 procs" + }, + { + "name": "BenchmarkReadBugs25 - ns/op", + "value": 124202135, + "unit": "ns/op", + "extra": "10 times\n2 procs" + }, + { + "name": "BenchmarkReadBugs25 - B/op", + "value": 27827315, + "unit": "B/op", + "extra": "10 times\n2 procs" + }, + { + "name": "BenchmarkReadBugs25 - allocs/op", + "value": 134415, + "unit": "allocs/op", + "extra": "10 times\n2 procs" + }, + { + "name": "BenchmarkReadBugs150 - ns/op", + "value": 649106776, + "unit": "ns/op", + "extra": "2 times\n2 procs" + }, + { + "name": "BenchmarkReadBugs150 - B/op", + "value": 165515568, + "unit": "B/op", + "extra": "2 times\n2 procs" + }, + { + "name": "BenchmarkReadBugs150 - allocs/op", + "value": 803215, + "unit": "allocs/op", + "extra": "2 times\n2 procs" + } + ] } ] }