diff options
author | github-action-benchmark <github@users.noreply.github.com> | 2025-05-18 20:51:27 +0000 |
---|---|---|
committer | github-action-benchmark <github@users.noreply.github.com> | 2025-05-18 20:51:27 +0000 |
commit | 45855f15a510c3ed63071897968be08ea8ba0757 (patch) | |
tree | 0df4b6586eb5d20fc091c498e420393d7dc522f9 /dev | |
parent | 341cbee6f0113997107cdba76619593192905f0a (diff) | |
download | git-bug-gh-pages.tar.gz git-bug-gh-pages.zip |
add Benchmark (go) benchmark result for 44d90317c54c82aacc3f5c25cd0444298ac810f5gh-pages
Diffstat (limited to 'dev')
-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 3c4b22fe0..1e3f82db2 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1747588899620, + "lastUpdate": 1747601487443, "repoUrl": "https://github.com/git-bug/git-bug", "entries": { "Benchmark": [ @@ -14214,6 +14214,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": "44d90317c54c82aacc3f5c25cd0444298ac810f5", + "message": "docs(changelog): bump for v0.10.0\n\nChange-Id: I730373865da056571936357916b589a6cbc740b2", + "timestamp": "2025-05-18T13:48:54-07:00", + "tree_id": "88d42fa98cf389e97d0a6e2801027307e9e29b0c", + "url": "https://github.com/git-bug/git-bug/commit/44d90317c54c82aacc3f5c25cd0444298ac810f5" + }, + "date": 1747601486285, + "tool": "go", + "benches": [ + { + "name": "BenchmarkReadBugs5", + "value": 74272473, + "unit": "ns/op\t 967545 B/op\t 14200 allocs/op", + "extra": "14 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - ns/op", + "value": 74272473, + "unit": "ns/op", + "extra": "14 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - B/op", + "value": 967545, + "unit": "B/op", + "extra": "14 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - allocs/op", + "value": 14200, + "unit": "allocs/op", + "extra": "14 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25", + "value": 121402683, + "unit": "ns/op\t 5373524 B/op\t 78167 allocs/op", + "extra": "12 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - ns/op", + "value": 121402683, + "unit": "ns/op", + "extra": "12 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - B/op", + "value": 5373524, + "unit": "B/op", + "extra": "12 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - allocs/op", + "value": 78167, + "unit": "allocs/op", + "extra": "12 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150", + "value": 752301512, + "unit": "ns/op\t42858648 B/op\t 524564 allocs/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - ns/op", + "value": 752301512, + "unit": "ns/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - B/op", + "value": 42858648, + "unit": "B/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - allocs/op", + "value": 524564, + "unit": "allocs/op", + "extra": "2 times\n4 procs" + } + ] } ] } |