From 6112d7c7d59725a61c68a4ca30fff2350bef566d Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 18 Jul 2025 05:50:04 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 846c8ab43507eb0a1890ce74be107439778f7dc0 --- 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 7df6835462cc8f26826585c53b25af813ae589d9..33238bcac3fc610b0b1f7e2df40f980b0f0cd616 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1752328192394, + "lastUpdate": 1752817804313, "repoUrl": "https://github.com/git-bug/git-bug", "entries": { "Benchmark": [ @@ -15846,6 +15846,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": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "846c8ab43507eb0a1890ce74be107439778f7dc0", + "message": "build(deps): bump the npm_and_yarn group across 1 directory with 2 updates (#1477)\n\nBumps the npm_and_yarn group with 2 updates in the /webui directory:\n[on-headers](https://github.com/jshttp/on-headers) and\n[compression](https://github.com/expressjs/compression).\n\nUpdates `on-headers` from 1.0.2 to 1.1.0\n
\nRelease notes\n

Sourced from on-headers's\nreleases.

\n
\n

1.1.0

\n

Important

\n
    \n
  • Fix CVE-2025-7339\n(GHSA-76c9-3jph-rj3q)
  • \n
\n

What's Changed

\n
    \n
  • Migrate CI pipeline to GitHub actions by @​carpasse in jshttp/on-headers#12
  • \n
  • fix README.md badges by @​carpasse in jshttp/on-headers#13
  • \n
  • add OSSF scorecard action by @​carpasse in jshttp/on-headers#14
  • \n
  • fix: use ubuntu-latest as ci runner by @​UlisesGascon\nin jshttp/on-headers#19
  • \n
  • ci: apply OSSF Scorecard security best practices by @​UlisesGascon\nin jshttp/on-headers#20
  • \n
  • 👷 add upstream change detection by @​ctcpip in jshttp/on-headers#31
  • \n
  • ✨ add script to update known hashes by @​ctcpip in jshttp/on-headers#32
  • \n
  • 💚 update CI - add newer node versions by @​ctcpip in jshttp/on-headers#33
  • \n
\n

New Contributors

\n
    \n
  • @​carpasse\nmade their first contribution in jshttp/on-headers#12
  • \n
  • @​UlisesGascon\nmade their first contribution in jshttp/on-headers#19
  • \n
  • @​ctcpip made\ntheir first contribution in jshttp/on-headers#31
  • \n
\n

Full Changelog: https://github.com/jshttp/on-headers/compare/v1.0.2...v1.1.0

\n
\n
\n
\nChangelog\n

Sourced from on-headers's\nchangelog.

\n
\n

1.1.0 / 2025-07-17

\n
    \n
  • Fix CVE-2025-7339\n(GHSA-76c9-3jph-rj3q)
  • \n
\n
\n
\n
\nCommits\n\n
\n
\nMaintainer changes\n

This version was pushed to npm by ulisesgascon, a new\nreleaser for on-headers since your current version.

\n
\n
\n\nUpdates `compression` from 1.7.4 to 1.8.1\n
\nRelease notes\n

Sourced from compression's\nreleases.

\n
\n

v1.8.1

\n

What's Changed

\n
    \n
  • fix(docs): update multiple links from http to https by @​Phillip9587 in\nexpressjs/compression#222
  • \n
  • ci: add dependabot for github actions by @​bjohansebas in\nexpressjs/compression#207
  • \n
  • build(deps): bump github/codeql-action from 2.23.2 to 3.28.15 by @​dependabot[bot]\nin expressjs/compression#228
  • \n
  • build(deps): bump ossf/scorecard-action from 2.3.1 to 2.4.1 by @​dependabot[bot]\nin expressjs/compression#229
  • \n
  • build(deps-dev): bump eslint-plugin-import from 2.26.0 to 2.31.0 by\n@​dependabot[bot]\nin expressjs/compression#230
  • \n
  • build(deps-dev): bump supertest from 6.2.3 to 6.3.4 by @​dependabot[bot]\nin expressjs/compression#231
  • \n
  • [StepSecurity] ci: Harden GitHub Actions by @​step-security-bot\nin expressjs/compression#235
  • \n
  • build(deps): bump github/codeql-action from 3.28.15 to 3.29.2 by @​dependabot[bot]\nin expressjs/compression#243
  • \n
  • build(deps): bump actions/upload-artifact from 4.3.1 to 4.6.2 by @​dependabot[bot]\nin expressjs/compression#239
  • \n
  • build(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2 by @​dependabot[bot]\nin expressjs/compression#240
  • \n
  • build(deps): bump actions/checkout from 4.1.1 to 4.2.2 by @​dependabot[bot]\nin expressjs/compression#241
  • \n
  • build(deps-dev): bump eslint-plugin-import from 2.31.0 to 2.32.0 by\n@​dependabot[bot]\nin expressjs/compression#244
  • \n
  • deps: on-headers@1.1.0 by @​UlisesGascon\nin expressjs/compression#246
  • \n
  • Release: 1.8.1 by @​UlisesGascon\nin expressjs/compression#247
  • \n
\n

New Contributors

\n
    \n
  • @​dependabot[bot]\nmade their first contribution in expressjs/compression#228
  • \n
  • @​step-security-bot\nmade their first contribution in expressjs/compression#235
  • \n
\n

Full Changelog: https://github.com/expressjs/compression/compare/1.8.0...v1.8.1

\n

v1.8.0

\n

What's Changed

\n
    \n
  • Refactor chunkLength function for improved readability and\nconsistency by @​Ayoub-Mabrouk\nin expressjs/compression#203
  • \n
  • Refactor toBuffer function to simplify buffer check logic by @​Ayoub-Mabrouk\nin expressjs/compression#201
  • \n
  • ci: add CodeQL (SAST) by @​bjohansebas in\nexpressjs/compression#204
  • \n
  • Use headersSent instead of _header by @​maritz in expressjs/compression#129
  • \n
  • Bugfix/use write head instead of implicit header by @​Icehunter in expressjs/compression#170
  • \n
  • feat: add default option by @​bjohansebas in\nexpressjs/compression#191
  • \n
  • ci: update ci workflow by @​bjohansebas in\nexpressjs/compression#206
  • \n
  • feat: support for brotli by @​bjohansebas in\nexpressjs/compression#194
  • \n
  • docs: improve readme by @​bjohansebas in\nexpressjs/compression#209
  • \n
  • docs: keywords field by @​bjohansebas in\nexpressjs/compression#210
  • \n
  • refactor: simplify encoding negotiation logic by @​bjohansebas in\nexpressjs/compression#213
  • \n
\n

New Contributors

\n
    \n
  • @​Ayoub-Mabrouk\nmade their first contribution in expressjs/compression#203
  • \n
  • @​maritz made\ntheir first contribution in expressjs/compression#129
  • \n
  • @​Icehunter\nmade their first contribution in expressjs/compression#170
  • \n
\n

Full Changelog: https://github.com/expressjs/compression/compare/1.7.5...v1.8.0

\n

1.7.5

\n

What's Changed

\n
    \n
  • chore: add support for OSSF scorecard reporting by @​inigomarquinez\nin expressjs/compression#186
  • \n
  • ci: fix errors in ci github action for node 8 and 9 by @​inigomarquinez\nin expressjs/compression#187
  • \n
  • docs: fix spelling by @​dijonkitchen\nin expressjs/compression#174
  • \n
  • deps: bytes@3.1.2 by @​bjohansebas in\nexpressjs/compression#192
  • \n
\n\n
\n

... (truncated)

\n
\n
\nChangelog\n

Sourced from compression's\nchangelog.

\n
\n

1.8.1 / 2025-07-17

\n
    \n
  • deps: on-headers@~1.1.0\n
      \n
    • Fix CVE-2025-7339\n(GHSA-76c9-3jph-rj3q)
    • \n
    \n
  • \n
\n

1.8.0 / 2025-02-10

\n
    \n
  • Use res.headersSent when available
  • \n
  • Replace _implicitHeader with writeHead\nproperty
  • \n
  • add brotli support for versions of node that support it
  • \n
  • Add the enforceEncoding option for requests without\nAccept-Encoding header
  • \n
\n

1.7.5 / 2024-10-31

\n
    \n
  • deps: Replace accepts with negotiator@~0.6.4\n
      \n
    • Add preference option
    • \n
    \n
  • \n
  • deps: bytes@3.1.2\n
      \n
    • Add petabyte (pb) support
    • \n
    • Fix "thousandsSeparator" incorrecting formatting\nfractional part
    • \n
    • Fix return value for un-parsable strings
    • \n
    \n
  • \n
  • deps: compressible@~2.0.18\n
      \n
    • Mark font/ttf as compressible
    • \n
    • Remove compressible from multipart/mixed
    • \n
    • deps: mime-db@'>= 1.43.0 < 2'
    • \n
    \n
  • \n
  • deps: safe-buffer@5.2.1
  • \n
\n
\n
\n
\nCommits\n\n
\n
\nMaintainer changes\n

This version was pushed to npm by ulisesgascon, a new\nreleaser for compression since your current version.

\n
\n
\n\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": "2025-07-18T05:45:35Z", + "tree_id": "5df7f0a837272df9c77973cd70435a5dd438f15b", + "url": "https://github.com/git-bug/git-bug/commit/846c8ab43507eb0a1890ce74be107439778f7dc0" + }, + "date": 1752817803098, + "tool": "go", + "benches": [ + { + "name": "BenchmarkReadBugs5", + "value": 1206348107, + "unit": "ns/op\t 2027920 B/op\t 18575 allocs/op", + "extra": "1 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - ns/op", + "value": 1206348107, + "unit": "ns/op", + "extra": "1 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - B/op", + "value": 2027920, + "unit": "B/op", + "extra": "1 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs5 - allocs/op", + "value": 18575, + "unit": "allocs/op", + "extra": "1 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25", + "value": 107313968, + "unit": "ns/op\t 4437859 B/op\t 63941 allocs/op", + "extra": "10 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - ns/op", + "value": 107313968, + "unit": "ns/op", + "extra": "10 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - B/op", + "value": 4437859, + "unit": "B/op", + "extra": "10 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs25 - allocs/op", + "value": 63941, + "unit": "allocs/op", + "extra": "10 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150", + "value": 683108952, + "unit": "ns/op\t40520624 B/op\t 498627 allocs/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - ns/op", + "value": 683108952, + "unit": "ns/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - B/op", + "value": 40520624, + "unit": "B/op", + "extra": "2 times\n4 procs" + }, + { + "name": "BenchmarkReadBugs150 - allocs/op", + "value": 498627, + "unit": "allocs/op", + "extra": "2 times\n4 procs" + } + ] } ] }