From a93e046bc3226918e358ff3599d76fac3ab0ff5a Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 23 Jul 2024 04:17:34 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for a8b6e27694848a5fca71b5484c9a34a4ab18a095 --- 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 5e6976063b00204b610a5bec06cfb465ffea0e62..89f42c0faffa4478a3094460af5b31ba4924df38 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1721707842682, + "lastUpdate": 1721708254754, "repoUrl": "https://github.com/MichaelMure/git-bug", "entries": { "Benchmark": [ @@ -5862,6 +5862,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": "9c001b67637a@sudoforge.com", + "name": "sudoforge", + "username": "sudoforge" + }, + "distinct": true, + "id": "a8b6e27694848a5fca71b5484c9a34a4ab18a095", + "message": "build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0\n\nBumps google.golang.org/protobuf from 1.31.0 to 1.33.0.\n\n---\nupdated-dependencies:\n- dependency-name: google.golang.org/protobuf\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ", + "timestamp": "2024-07-22T21:16:37-07:00", + "tree_id": "734f2f187cb7685498f391a802ccbb86f4ec29f9", + "url": "https://github.com/MichaelMure/git-bug/commit/a8b6e27694848a5fca71b5484c9a34a4ab18a095" + }, + "date": 1721708254433, + "tool": "go", + "benches": [ + { + "name": "BenchmarkReadBugs5", + "value": 19628723, + "unit": "ns/op\t 2573099 B/op\t 22442 allocs/op", + "extra": "60 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - ns/op", + "value": 19628723, + "unit": "ns/op", + "extra": "60 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - B/op", + "value": 2573099, + "unit": "B/op", + "extra": "60 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - allocs/op", + "value": 22442, + "unit": "allocs/op", + "extra": "60 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25", + "value": 108092009, + "unit": "ns/op\t14313313 B/op\t 124446 allocs/op", + "extra": "10 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - ns/op", + "value": 108092009, + "unit": "ns/op", + "extra": "10 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - B/op", + "value": 14313313, + "unit": "B/op", + "extra": "10 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - allocs/op", + "value": 124446, + "unit": "allocs/op", + "extra": "10 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150", + "value": 589997996, + "unit": "ns/op\t86190632 B/op\t 743884 allocs/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - ns/op", + "value": 589997996, + "unit": "ns/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - B/op", + "value": 86190632, + "unit": "B/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - allocs/op", + "value": 743884, + "unit": "allocs/op", + "extra": "2 times\n4 procs" + } + ] } ] }