diff options
author | github-action-benchmark <github@users.noreply.github.com> | 2025-05-19 05:00:37 +0000 |
---|---|---|
committer | github-action-benchmark <github@users.noreply.github.com> | 2025-05-19 05:00:37 +0000 |
commit | cc94e7f3e1c6d670ef19050d8797e2f0110fe72f (patch) | |
tree | 3cd056335280e6a0fcd1886cc73440725b65140d | |
parent | ec53e089a12ae73be06eac5acb8e9c17b3f0a47f (diff) | |
download | git-bug-cc94e7f3e1c6d670ef19050d8797e2f0110fe72f.tar.gz git-bug-cc94e7f3e1c6d670ef19050d8797e2f0110fe72f.zip |
add Benchmark (go) benchmark result for f2070b53255724f58ce2b70f235fe5cf1b99f2fe
-rw-r--r-- | dev/bench/data.js | 98 |
1 files changed, 97 insertions, 1 deletions
diff --git a/dev/bench/data.js b/dev/bench/data.js index 9589ae50b..5a3e78eed 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1747630541325, + "lastUpdate": 1747630837467, "repoUrl": "https://github.com/git-bug/git-bug", "entries": { "Benchmark": [ @@ -14502,6 +14502,102 @@ window.BENCHMARK_DATA = { "extra": "2 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "email": "no-reply@sudoforge.com", + "name": "sudoforge", + "username": "sudoforge" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "f2070b53255724f58ce2b70f235fe5cf1b99f2fe", + "message": "docs(changelog): bump for v0.10.1 (#1457)\n\nChange-Id: I68b8c234100ae91a6ad6b838211ce2ce7dd8feca", + "timestamp": "2025-05-18T21:59:55-07:00", + "tree_id": "7f86662718ed14519adbd177b17b7f2790331150", + "url": "https://github.com/git-bug/git-bug/commit/f2070b53255724f58ce2b70f235fe5cf1b99f2fe" + }, + "date": 1747630836897, + "tool": "go", + "benches": [ + { + "name": "BenchmarkReadBugs5", + "value": 19214184, + "unit": "ns/op\t 943963 B/op\t 14408 allocs/op", + "extra": "55 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - ns/op", + "value": 19214184, + "unit": "ns/op", + "extra": "55 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - B/op", + "value": 943963, + "unit": "B/op", + "extra": "55 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - allocs/op", + "value": 14408, + "unit": "allocs/op", + "extra": "55 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25", + "value": 88477434, + "unit": "ns/op\t 4793676 B/op\t 69919 allocs/op", + "extra": "12 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - ns/op", + "value": 88477434, + "unit": "ns/op", + "extra": "12 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - B/op", + "value": 4793676, + "unit": "B/op", + "extra": "12 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - allocs/op", + "value": 69919, + "unit": "allocs/op", + "extra": "12 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150", + "value": 784341888, + "unit": "ns/op\t41311416 B/op\t 507155 allocs/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - ns/op", + "value": 784341888, + "unit": "ns/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - B/op", + "value": 41311416, + "unit": "B/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - allocs/op", + "value": 507155, + "unit": "allocs/op", + "extra": "2 times\n4 procs" + } + ] } ] } |