From 80ce3115a06d78c3afa23a05d90c5490711f719d Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Sat, 14 Jan 2023 13:22:34 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 98eb1c111efb22ddb02ab71779f1862abab4baa5 --- dev/bench/data.js | 44 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index f86b8741a79fe68667a10ff61a8316515df03849..36e967d03f73c2444588db6716536d543475ba98 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1673443951873, + "lastUpdate": 1673702554263, "repoUrl": "https://github.com/MichaelMure/git-bug", "entries": { "Benchmark": [ @@ -1218,6 +1218,48 @@ 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": "98eb1c111efb22ddb02ab71779f1862abab4baa5", + "message": "Merge pull request #933 from zinderic/feat-cleanup-subcommand\n\nadd cleanup sub-command that remove local bugs and identities", + "timestamp": "2023-01-14T14:21:01+01:00", + "tree_id": "bb4d8bc2c1fd5614d274dab272e7dae03da5496b", + "url": "https://github.com/MichaelMure/git-bug/commit/98eb1c111efb22ddb02ab71779f1862abab4baa5" + }, + "date": 1673702553762, + "tool": "go", + "benches": [ + { + "name": "BenchmarkReadBugs5", + "value": 21201380, + "unit": "ns/op\t 4973945 B/op\t 24214 allocs/op", + "extra": "51 times\n2 procs" + }, + { + "name": "BenchmarkReadBugs25", + "value": 121479550, + "unit": "ns/op\t27875936 B/op\t 134383 allocs/op", + "extra": "9 times\n2 procs" + }, + { + "name": "BenchmarkReadBugs150", + "value": 718843269, + "unit": "ns/op\t165793428 B/op\t 803270 allocs/op", + "extra": "2 times\n2 procs" + } + ] } ] }