From d9e15a2ffde9b96d2ef25047b5766874c1fb5596 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Sun, 4 Aug 2024 03:52:04 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 1dd81071732e748f425e89d18b9bcebf6c10ff8a --- 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 2875e52a10df4d9f02e58266f39140032a51dbac..93fd96b10df44b930578d0b12585521e5e882a12 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1722723438299, + "lastUpdate": 1722743524336, "repoUrl": "https://github.com/MichaelMure/git-bug", "entries": { "Benchmark": [ @@ -8166,6 +8166,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": "1dd81071732e748f425e89d18b9bcebf6c10ff8a", + "message": "fix: correct path for reusable workflow: lifecycle\n\nChange-Id: I02c6e1f183e4b6ee67c0a4d0dcb7c5fbeff361ac", + "timestamp": "2024-08-03T20:51:03-07:00", + "tree_id": "04a11b24654b258d78fed7171689ddca870fc83d", + "url": "https://github.com/MichaelMure/git-bug/commit/1dd81071732e748f425e89d18b9bcebf6c10ff8a" + }, + "date": 1722743523820, + "tool": "go", + "benches": [ + { + "name": "BenchmarkReadBugs5", + "value": 19793241, + "unit": "ns/op\t 2570953 B/op\t 22473 allocs/op", + "extra": "58 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - ns/op", + "value": 19793241, + "unit": "ns/op", + "extra": "58 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - B/op", + "value": 2570953, + "unit": "B/op", + "extra": "58 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - allocs/op", + "value": 22473, + "unit": "allocs/op", + "extra": "58 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25", + "value": 114158387, + "unit": "ns/op\t14534873 B/op\t 124537 allocs/op", + "extra": "9 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - ns/op", + "value": 114158387, + "unit": "ns/op", + "extra": "9 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - B/op", + "value": 14534873, + "unit": "B/op", + "extra": "9 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - allocs/op", + "value": 124537, + "unit": "allocs/op", + "extra": "9 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150", + "value": 713445795, + "unit": "ns/op\t85930428 B/op\t 744155 allocs/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - ns/op", + "value": 713445795, + "unit": "ns/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - B/op", + "value": 85930428, + "unit": "B/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - allocs/op", + "value": 744155, + "unit": "allocs/op", + "extra": "2 times\n4 procs" + } + ] } ] }