From d374c1cc5f7d47e02762b83adf2781b017ee6b7d Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 27 Jan 2026 17:05:13 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for e5820cf1cfccce9feed2a895efac8c5c55a67029 --- 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 558f9bcb0ad2677079bb2d21e9124f66f3a3ccc5..45b2986068600136c29c1498111266fb658e34be 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1769533310849, + "lastUpdate": 1769533513719, "repoUrl": "https://github.com/git-bug/git-bug", "entries": { "Benchmark": [ @@ -16518,6 +16518,102 @@ window.BENCHMARK_DATA = { "extra": "3 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "email": "49699333+dependabot[bot]@users.noreply.github.com", + "name": "dependabot[bot]", + "username": "dependabot[bot]" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "e5820cf1cfccce9feed2a895efac8c5c55a67029", + "message": "build(deps-dev): bump js-yaml from 3.14.1 to 3.14.2 in /webui in the npm_and_yarn group across 1 directory (#1498)\n\nBumps the npm_and_yarn group with 1 update in the /webui directory:\n[js-yaml](https://github.com/nodeca/js-yaml).\n\nUpdates `js-yaml` from 3.14.1 to 3.14.2\n
\nChangelog\n

Sourced from js-yaml's\nchangelog.

\n
\n

[3.14.2] - 2025-11-15

\n

Security

\n
    \n
  • Backported v4.1.1 fix to v3
  • \n
\n

[4.1.1] - 2025-11-12

\n

Security

\n
    \n
  • Fix prototype pollution issue in yaml merge (<<)\noperator.
  • \n
\n

[4.1.0] - 2021-04-15

\n

Added

\n
    \n
  • Types are now exported as yaml.types.XXX.
  • \n
  • Every type now has options property with original\narguments kept as they were\n(see yaml.types.int.options as an example).
  • \n
\n

Changed

\n
    \n
  • Schema.extend() now keeps old type order in case of\nconflicts\n(e.g. Schema.extend([ a, b, c ]).extend([ b, a, d ]) is now ordered as\nabcd instead of cbad).
  • \n
\n

[4.0.0] - 2021-01-03

\n

Changed

\n
    \n
  • Check migration\nguide to see details for all breaking changes.
  • \n
  • Breaking: "unsafe" tags !!js/function,\n!!js/regexp, !!js/undefined are\nmoved to js-yaml-js-types\npackage.
  • \n
  • Breaking: removed safe* functions. Use\nload, loadAll, dump\ninstead which are all now safe by default.
  • \n
  • yaml.DEFAULT_SAFE_SCHEMA and\nyaml.DEFAULT_FULL_SCHEMA are removed, use\nyaml.DEFAULT_SCHEMA instead.
  • \n
  • yaml.Schema.create(schema, tags) is removed, use\nschema.extend(tags) instead.
  • \n
  • !!binary now always mapped to Uint8Array\non load.
  • \n
  • Reduced nesting of /lib folder.
  • \n
  • Parse numbers according to YAML 1.2 instead of YAML 1.1\n(01234 is now decimal,\n0o1234 is octal, 1:23 is parsed as string\ninstead of base60).
  • \n
  • dump() no longer quotes :, [,\n], (, ) except when necessary, #470,\n#557.
  • \n
  • Line and column in exceptions are now formatted as\n(X:Y) instead of\nat line X, column Y (also present in compact format), #332.
  • \n
  • Code snippet created in exceptions now contains multiple lines with\nline numbers.
  • \n
  • dump() now serializes undefined as\nnull in collections and removes keys with\nundefined in mappings, #571.
  • \n
  • dump() with skipInvalid=true now\nserializes invalid items in collections as null.
  • \n
  • Custom tags starting with ! are now dumped as\n!tag instead of !<!tag>, #576.
  • \n
  • Custom tags starting with tag:yaml.org,2002: are now\nshorthanded using !!, #258.
  • \n
\n

Added

\n
    \n
  • Added .mjs (es modules) support.
  • \n
  • Added quotingType and forceQuotes options\nfor dumper to configure\nstring literal style, #290,\n#529.
  • \n
  • Added styles: { '!!null': 'empty' } option for dumper\n(serializes { foo: null } as "foo:\n"), #570.
  • \n
\n\n
\n

... (truncated)

\n
\n
\nCommits\n\n
\n
\n\n\n[![Dependabot compatibility\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=js-yaml&package-manager=npm_and_yarn&previous-version=3.14.1&new-version=3.14.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't\nalter it yourself. You can also trigger a rebase manually by commenting\n`@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n
\nDependabot commands and options\n
\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits\nthat have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after\nyour CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge\nand block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating\nit. You can achieve the same result by closing it manually\n- `@dependabot show ignore conditions` will show all\nof the ignore conditions of the specified dependency\n- `@dependabot ignore major version` will close this\ngroup update PR and stop Dependabot creating any more for the specific\ndependency's major version (unless you unignore this specific\ndependency's major version or upgrade to it yourself)\n- `@dependabot ignore minor version` will close this\ngroup update PR and stop Dependabot creating any more for the specific\ndependency's minor version (unless you unignore this specific\ndependency's minor version or upgrade to it yourself)\n- `@dependabot ignore ` will close this group update PR\nand stop Dependabot creating any more for the specific dependency\n(unless you unignore this specific dependency or upgrade to it yourself)\n- `@dependabot unignore ` will remove all of the ignore\nconditions of the specified dependency\n- `@dependabot unignore ` will\nremove the ignore condition of the specified dependency and ignore\nconditions\nYou can disable automated security fix PRs for this repo from the\n[Security Alerts\npage](https://github.com/git-bug/git-bug/network/alerts).\n\n
\n\nSigned-off-by: dependabot[bot] \nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", + "timestamp": "2026-01-27T17:00:33Z", + "tree_id": "bd70f4a91cc0dd5bbae501a3c6c41726e5e3e86a", + "url": "https://github.com/git-bug/git-bug/commit/e5820cf1cfccce9feed2a895efac8c5c55a67029" + }, + "date": 1769533512798, + "tool": "go", + "benches": [ + { + "name": "BenchmarkReadBugs5", + "value": 18130417, + "unit": "ns/op\t 1051405 B/op\t 15899 allocs/op", + "extra": "66 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - ns/op", + "value": 18130417, + "unit": "ns/op", + "extra": "66 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - B/op", + "value": 1051405, + "unit": "B/op", + "extra": "66 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - allocs/op", + "value": 15899, + "unit": "allocs/op", + "extra": "66 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25", + "value": 76047414, + "unit": "ns/op\t 4894360 B/op\t 73064 allocs/op", + "extra": "15 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - ns/op", + "value": 76047414, + "unit": "ns/op", + "extra": "15 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - B/op", + "value": 4894360, + "unit": "B/op", + "extra": "15 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - allocs/op", + "value": 73064, + "unit": "allocs/op", + "extra": "15 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150", + "value": 522111266, + "unit": "ns/op\t41426296 B/op\t 511194 allocs/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - ns/op", + "value": 522111266, + "unit": "ns/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - B/op", + "value": 41426296, + "unit": "B/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - allocs/op", + "value": 511194, + "unit": "allocs/op", + "extra": "2 times\n4 procs" + } + ] } ] }