From eca14657bb055c941e84f2c9005b743db42f7091 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Sat, 17 May 2025 02:53:35 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 948dd349cc31174645b5a41168d6387afee8a06b --- 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 946d16e0939b5bacde6ef3c173396e27c74b4092..aab3f001f7809e887fdae42c13c3510a75ec6dcc 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1747446476792, + "lastUpdate": 1747450414980, "repoUrl": "https://github.com/git-bug/git-bug", "entries": { "Benchmark": [ @@ -13734,6 +13734,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": "948dd349cc31174645b5a41168d6387afee8a06b", + "message": "build(web): upgrade graphql-codegen and tools (#1443)", + "timestamp": "2025-05-17T02:49:39Z", + "tree_id": "223c842d4305d21a9dc8a6f04ef3f3ea545f31a7", + "url": "https://github.com/git-bug/git-bug/commit/948dd349cc31174645b5a41168d6387afee8a06b" + }, + "date": 1747450414408, + "tool": "go", + "benches": [ + { + "name": "BenchmarkReadBugs5", + "value": 41027123, + "unit": "ns/op\t 909357 B/op\t 13955 allocs/op", + "extra": "55 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - ns/op", + "value": 41027123, + "unit": "ns/op", + "extra": "55 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - B/op", + "value": 909357, + "unit": "B/op", + "extra": "55 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - allocs/op", + "value": 13955, + "unit": "allocs/op", + "extra": "55 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25", + "value": 110314416, + "unit": "ns/op\t 5480543 B/op\t 78564 allocs/op", + "extra": "10 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - ns/op", + "value": 110314416, + "unit": "ns/op", + "extra": "10 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - B/op", + "value": 5480543, + "unit": "B/op", + "extra": "10 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - allocs/op", + "value": 78564, + "unit": "allocs/op", + "extra": "10 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150", + "value": 644315158, + "unit": "ns/op\t42859832 B/op\t 524577 allocs/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - ns/op", + "value": 644315158, + "unit": "ns/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - B/op", + "value": 42859832, + "unit": "B/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - allocs/op", + "value": 524577, + "unit": "allocs/op", + "extra": "2 times\n4 procs" + } + ] } ] }