From 55e5d5c71188387980e87d60ae39ae0668ce4967 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 16 May 2025 02:05:15 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 13b7aec3322417178f619fcc427f07d2a507afaa --- 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 9236e0043ae37264ff270676964b2f08a8385df5..ff46e6996177109a0d6b334c1cc8cee95cbaf843 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1747348440422, + "lastUpdate": 1747361115464, "repoUrl": "https://github.com/git-bug/git-bug", "entries": { "Benchmark": [ @@ -13062,6 +13062,102 @@ window.BENCHMARK_DATA = { "extra": "2 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "email": "jon@accidental.cc", + "name": "Jonathan Raphaelson", + "username": "lygaret" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "13b7aec3322417178f619fcc427f07d2a507afaa", + "message": "build(web): upgrade react dependencies (#1425)\n\n* upgrades react from v18->v19, the latest\n* upgrades react router from v6->v7, the latest\n* removes `react-moment`, which is not updated for react 19\n* replace the trivial usages of the `` component with a new one", + "timestamp": "2025-05-15T19:04:25-07:00", + "tree_id": "853ece75104685b45fabfb9b93ddb077cbdc3772", + "url": "https://github.com/git-bug/git-bug/commit/13b7aec3322417178f619fcc427f07d2a507afaa" + }, + "date": 1747361114253, + "tool": "go", + "benches": [ + { + "name": "BenchmarkReadBugs5", + "value": 19074994, + "unit": "ns/op\t 907782 B/op\t 13947 allocs/op", + "extra": "61 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - ns/op", + "value": 19074994, + "unit": "ns/op", + "extra": "61 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - B/op", + "value": 907782, + "unit": "B/op", + "extra": "61 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - allocs/op", + "value": 13947, + "unit": "allocs/op", + "extra": "61 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25", + "value": 103831296, + "unit": "ns/op\t 5440450 B/op\t 78557 allocs/op", + "extra": "10 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - ns/op", + "value": 103831296, + "unit": "ns/op", + "extra": "10 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - B/op", + "value": 5440450, + "unit": "B/op", + "extra": "10 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - allocs/op", + "value": 78557, + "unit": "allocs/op", + "extra": "10 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150", + "value": 698376838, + "unit": "ns/op\t42711044 B/op\t 524530 allocs/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - ns/op", + "value": 698376838, + "unit": "ns/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - B/op", + "value": 42711044, + "unit": "B/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - allocs/op", + "value": 524530, + "unit": "allocs/op", + "extra": "2 times\n4 procs" + } + ] } ] }