From e1deb62512e878f21dd07f8351a2d346cedf6671 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 23 Jul 2024 03:08:30 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for ea86d570c4210620c5546dbff60bf5edde5a3189 --- 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 8992743742db7a4d656875a238c4379263c140fa..05f3dd2c157cbede4f092323e62d83a25be5655d 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1721702944750, + "lastUpdate": 1721704110840, "repoUrl": "https://github.com/MichaelMure/git-bug", "entries": { "Benchmark": [ @@ -5382,6 +5382,102 @@ window.BENCHMARK_DATA = { "extra": "2 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "email": "no-reply@sudoforge.com", + "name": "sudoforge", + "username": "sudoforge" + }, + "committer": { + "email": "no-reply@sudoforge.com", + "name": "sudoforge", + "username": "sudoforge" + }, + "distinct": true, + "id": "ea86d570c4210620c5546dbff60bf5edde5a3189", + "message": "feat: allow for manual execution of workflow: cron\n\nThis is a temporary change, that will be reverted later, simply to play\ncatch-up with the backlog of items that are stale, but not marked as\nsuch.", + "timestamp": "2024-07-22T20:06:49-07:00", + "tree_id": "3def03416eeacb32445739858787dbe0f1b5f93f", + "url": "https://github.com/MichaelMure/git-bug/commit/ea86d570c4210620c5546dbff60bf5edde5a3189" + }, + "date": 1721704109891, + "tool": "go", + "benches": [ + { + "name": "BenchmarkReadBugs5", + "value": 26040762, + "unit": "ns/op\t 2580157 B/op\t 22430 allocs/op", + "extra": "39 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - ns/op", + "value": 26040762, + "unit": "ns/op", + "extra": "39 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - B/op", + "value": 2580157, + "unit": "B/op", + "extra": "39 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - allocs/op", + "value": 22430, + "unit": "allocs/op", + "extra": "39 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25", + "value": 154997570, + "unit": "ns/op\t14595649 B/op\t 124460 allocs/op", + "extra": "7 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - ns/op", + "value": 154997570, + "unit": "ns/op", + "extra": "7 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - B/op", + "value": 14595649, + "unit": "B/op", + "extra": "7 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - allocs/op", + "value": 124460, + "unit": "allocs/op", + "extra": "7 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150", + "value": 823098490, + "unit": "ns/op\t86571568 B/op\t 743970 allocs/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - ns/op", + "value": 823098490, + "unit": "ns/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - B/op", + "value": 86571568, + "unit": "B/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - allocs/op", + "value": 743970, + "unit": "allocs/op", + "extra": "2 times\n4 procs" + } + ] } ] }