diff options
-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 f8e5a326..03b088e6 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1746827034974, + "lastUpdate": 1746906895767, "repoUrl": "https://github.com/git-bug/git-bug", "entries": { "Benchmark": [ @@ -12198,6 +12198,102 @@ window.BENCHMARK_DATA = { "extra": "2 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "email": "mcepl@cepl.eu", + "name": "Matěj Cepl", + "username": "mcepl" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "89ff47a4ee5ccfc3f0c3ac2e5783b3cf15591ee6", + "message": "docs: correct mispelled words\n\nCo-authored-by: KOTP <keeperotphones@gmail.com>", + "timestamp": "2025-05-10T12:54:13-07:00", + "tree_id": "b6b4efb911ccf510c087c9ebc44ee36a9a2b4948", + "url": "https://github.com/git-bug/git-bug/commit/89ff47a4ee5ccfc3f0c3ac2e5783b3cf15591ee6" + }, + "date": 1746906895267, + "tool": "go", + "benches": [ + { + "name": "BenchmarkReadBugs5", + "value": 16951178, + "unit": "ns/op\t 906700 B/op\t 13935 allocs/op", + "extra": "73 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - ns/op", + "value": 16951178, + "unit": "ns/op", + "extra": "73 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - B/op", + "value": 906700, + "unit": "B/op", + "extra": "73 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - allocs/op", + "value": 13935, + "unit": "allocs/op", + "extra": "73 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25", + "value": 94400056, + "unit": "ns/op\t 5345153 B/op\t 78157 allocs/op", + "extra": "12 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - ns/op", + "value": 94400056, + "unit": "ns/op", + "extra": "12 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - B/op", + "value": 5345153, + "unit": "B/op", + "extra": "12 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - allocs/op", + "value": 78157, + "unit": "allocs/op", + "extra": "12 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150", + "value": 606212949, + "unit": "ns/op\t42776456 B/op\t 524554 allocs/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - ns/op", + "value": 606212949, + "unit": "ns/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - B/op", + "value": 42776456, + "unit": "B/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - allocs/op", + "value": 524554, + "unit": "allocs/op", + "extra": "2 times\n4 procs" + } + ] } ] } |