From eedca6a3fb1cbc529b9a19a105df11046374f1c1 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 23 Jul 2024 05:35:08 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 79c64ed84ce404630bba4d29560a3fbf2a56bdff --- 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 07bc682a79ca400e19f4a1db3e468b4a34f986e5..5715aed46128003cb5f2878cede0714fe0cef5e7 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1721711881481, + "lastUpdate": 1721712908065, "repoUrl": "https://github.com/MichaelMure/git-bug", "entries": { "Benchmark": [ @@ -6918,6 +6918,102 @@ window.BENCHMARK_DATA = { "extra": "2 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "email": "49699333+dependabot[bot]@users.noreply.github.com", + "name": "dependabot[bot]", + "username": "dependabot[bot]" + }, + "committer": { + "email": "9c001b67637a@sudoforge.com", + "name": "sudoforge", + "username": "sudoforge" + }, + "distinct": true, + "id": "79c64ed84ce404630bba4d29560a3fbf2a56bdff", + "message": "build(deps-dev): bump tough-cookie from 4.1.2 to 4.1.3 in /webui\n\nBumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 to 4.1.3.\n- [Release notes](https://github.com/salesforce/tough-cookie/releases)\n- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/salesforce/tough-cookie/compare/v4.1.2...v4.1.3)\n\n---\nupdated-dependencies:\n- dependency-name: tough-cookie\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ", + "timestamp": "2024-07-22T22:34:05-07:00", + "tree_id": "aaf6ad76c19a86f8bc091a13521f95c7dae353c7", + "url": "https://github.com/MichaelMure/git-bug/commit/79c64ed84ce404630bba4d29560a3fbf2a56bdff" + }, + "date": 1721712907683, + "tool": "go", + "benches": [ + { + "name": "BenchmarkReadBugs5", + "value": 19737243, + "unit": "ns/op\t 2596784 B/op\t 22468 allocs/op", + "extra": "63 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - ns/op", + "value": 19737243, + "unit": "ns/op", + "extra": "63 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - B/op", + "value": 2596784, + "unit": "B/op", + "extra": "63 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - allocs/op", + "value": 22468, + "unit": "allocs/op", + "extra": "63 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25", + "value": 113996406, + "unit": "ns/op\t14467284 B/op\t 124536 allocs/op", + "extra": "10 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - ns/op", + "value": 113996406, + "unit": "ns/op", + "extra": "10 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - B/op", + "value": 14467284, + "unit": "B/op", + "extra": "10 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - allocs/op", + "value": 124536, + "unit": "allocs/op", + "extra": "10 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150", + "value": 729230361, + "unit": "ns/op\t86666760 B/op\t 744316 allocs/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - ns/op", + "value": 729230361, + "unit": "ns/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - B/op", + "value": 86666760, + "unit": "B/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - allocs/op", + "value": 744316, + "unit": "allocs/op", + "extra": "2 times\n4 procs" + } + ] } ] }