From 3816f4e23dcbbef4f5582819cc3ee3f171c513a4 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 24 Jul 2024 03:23:20 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for d4f6f273bc36d8ce376cd7aee794458011fee2e0 --- 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 a3bd93dd1034ec93fee7d7248156576fe50e9991..745c8d936180d4deff8cd60f9fd284a411963e42 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1721748378491, + "lastUpdate": 1721791400168, "repoUrl": "https://github.com/MichaelMure/git-bug", "entries": { "Benchmark": [ @@ -7398,6 +7398,102 @@ window.BENCHMARK_DATA = { "extra": "2 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "email": "guoguangwug@gmail.com", + "name": "guoguangwu", + "username": "testwill" + }, + "committer": { + "email": "no-reply@sudoforge.com", + "name": "sudoforge", + "username": "sudoforge" + }, + "distinct": true, + "id": "d4f6f273bc36d8ce376cd7aee794458011fee2e0", + "message": "chore: remove refs to deprecated io/ioutil\n\nSigned-off-by: guoguangwu \n\nchore: remove refs to deprecated io/ioutil\n\nSigned-off-by: guoguangwu ", + "timestamp": "2024-07-23T20:22:15-07:00", + "tree_id": "bd2f95e167152d7554b10acd29d353370913e6f6", + "url": "https://github.com/MichaelMure/git-bug/commit/d4f6f273bc36d8ce376cd7aee794458011fee2e0" + }, + "date": 1721791399150, + "tool": "go", + "benches": [ + { + "name": "BenchmarkReadBugs5", + "value": 20224352, + "unit": "ns/op\t 2573983 B/op\t 22467 allocs/op", + "extra": "57 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - ns/op", + "value": 20224352, + "unit": "ns/op", + "extra": "57 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - B/op", + "value": 2573983, + "unit": "B/op", + "extra": "57 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - allocs/op", + "value": 22467, + "unit": "allocs/op", + "extra": "57 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25", + "value": 116440337, + "unit": "ns/op\t14544817 B/op\t 124536 allocs/op", + "extra": "9 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - ns/op", + "value": 116440337, + "unit": "ns/op", + "extra": "9 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - B/op", + "value": 14544817, + "unit": "B/op", + "extra": "9 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - allocs/op", + "value": 124536, + "unit": "allocs/op", + "extra": "9 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150", + "value": 614866180, + "unit": "ns/op\t86052852 B/op\t 744205 allocs/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - ns/op", + "value": 614866180, + "unit": "ns/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - B/op", + "value": 86052852, + "unit": "B/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - allocs/op", + "value": 744205, + "unit": "allocs/op", + "extra": "2 times\n4 procs" + } + ] } ] }