Skip to content

[pull] master from aio-libs:master - #696

Merged
pull[bot] merged 1 commit into
tj-python:masterfrom
aio-libs:master
Aug 3, 2026
Merged

[pull] master from aio-libs:master#696
pull[bot] merged 1 commit into
tj-python:masterfrom
aio-libs:master

Conversation

@pull

@pull pull Bot commented Aug 3, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

Bumps [CodSpeedHQ/action](https://github.com/codspeedhq/action) from
4.19.1 to 5.0.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/codspeedhq/action/releases">CodSpeedHQ/action's
releases</a>.</em></p>
<blockquote>
<h2>v5.0.1</h2>
<h2>🚀 Highlights</h2>
<h3>More precise measurements by default</h3>
<p><code>cycle-estimation</code> is now enabled by default, giving more
precise benchmark cycle estimation in Simulation mode. See <a
href="https://codspeed.io/docs/instruments/cpu#estimating-cycles">docs</a>.</p>
<h3>New: allocation exclusion</h3>
<p>Opt in to <code>exclude-allocations</code> to remove allocator time
from benchmarks in Simulation mode and reduce variance. See <a
href="https://codspeed.io/docs/instruments/cpu/allocation-exclusion">docs</a>.</p>
<h3><code>samply</code>-based profiler by default on Linux</h3>
<p>The walltime profiler now uses <code>samply</code> on all OSes. Set
<code>CODSPEED_WALLTIME_PROFILER=perf</code> to restore the previous
behavior.</p>
<h2>⚠️ Breaking changes</h2>
<ul>
<li><code>cycle-estimation</code> is now enabled by default (see
above)</li>
<li>The <code>samply</code>-based profiler is now the default on Linux;
set <code>CODSPEED_WALLTIME_PROFILER=perf</code> to revert</li>
</ul>
<h2>Details</h2>
<h3><!-- raw HTML omitted -->🚀 Features</h3>
<ul>
<li>Load eBPF through a delegated BPF token by <a
href="https://github.com/GuillaumeLagrange"><code>@​GuillaumeLagrange</code></a></li>
<li>Enable cycle estimation and allocation exclusion by default by <a
href="https://github.com/not-matthias"><code>@​not-matthias</code></a>
in <a
href="https://redirect.github.com/CodSpeedHQ/runner/pull/461">#461</a></li>
<li>Make samply profiler default for all OSes (<a
href="https://redirect.github.com/codspeedhq/action/issues/472">#472</a>)
by <a
href="https://github.com/GuillaumeLagrange"><code>@​GuillaumeLagrange</code></a>
in <a
href="https://redirect.github.com/CodSpeedHQ/runner/pull/475">#475</a></li>
</ul>
<h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3>
<ul>
<li>Classify mapped libraries without init-userns privilege by <a
href="https://github.com/GuillaumeLagrange"><code>@​GuillaumeLagrange</code></a></li>
<li>Disable allocator exclusion by default (<a
href="https://redirect.github.com/codspeedhq/action/issues/489">#489</a>)
by <a
href="https://github.com/not-matthias"><code>@​not-matthias</code></a>
in <a
href="https://redirect.github.com/CodSpeedHQ/runner/pull/489">#489</a></li>
</ul>
<h3><!-- raw HTML omitted -->💼 Other</h3>
<ul>
<li>Bump the memtrack pin to 1.4.0 by <a
href="https://github.com/adriencaccia"><code>@​adriencaccia</code></a>
in <a
href="https://redirect.github.com/CodSpeedHQ/runner/pull/484">#484</a></li>
</ul>
<h3><!-- raw HTML omitted -->🏗️ Refactor</h3>
<ul>
<li>Hook-based CPU isolation for the walltime runner by <a
href="https://github.com/GuillaumeLagrange"><code>@​GuillaumeLagrange</code></a></li>
</ul>
<h3><!-- raw HTML omitted -->🧪 Testing</h3>
<ul>
<li>Run every tracking test under both BPF variants by <a
href="https://github.com/GuillaumeLagrange"><code>@​GuillaumeLagrange</code></a></li>
</ul>
<h3><!-- raw HTML omitted -->⚙️ Internals</h3>
<ul>
<li>chore: bump runner version to 5.0.1 by <a
href="https://github.com/github-actions"><code>@​github-actions</code></a>[bot]
in <a
href="https://redirect.github.com/CodSpeedHQ/action/pull/228">CodSpeedHQ/action#228</a></li>
<li>docs: bump documented action version to v5 by <a
href="https://github.com/adriencaccia"><code>@​adriencaccia</code></a>
in <a
href="https://redirect.github.com/CodSpeedHQ/action/pull/227">CodSpeedHQ/action#227</a></li>
<li>Bump submodule to reduce debug info server timeouts by <a
href="https://github.com/GuillaumeLagrange"><code>@​GuillaumeLagrange</code></a></li>
<li>Make tests run release builds of the binaries by <a
href="https://github.com/GuillaumeLagrange"><code>@​GuillaumeLagrange</code></a>
in <a
href="https://redirect.github.com/CodSpeedHQ/runner/pull/456">#456</a></li>
<li>Update submodule to fix fmt and ignore ubuntu debuginfod serv by <a
href="https://github.com/GuillaumeLagrange"><code>@​GuillaumeLagrange</code></a></li>
</ul>
<h2>Install codspeed-runner 5.0.1</h2>
<h3>Install prebuilt binaries via shell script</h3>
<pre lang="sh"><code>&lt;/tr&gt;&lt;/table&gt; 
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/CodSpeedHQ/action/commit/88472375d0a4572cf70a9f1fe3a4e0ab8da1b924"><code>8847237</code></a>
Release v5.0.1 🚀</li>
<li><a
href="https://github.com/CodSpeedHQ/action/commit/81795c3bf3884331d2e4cfc0d13d743e484a10c1"><code>81795c3</code></a>
fix: remove yanked 5.0.0 version hash</li>
<li><a
href="https://github.com/CodSpeedHQ/action/commit/eaace1405d0fccb869927040921ac93617234929"><code>eaace14</code></a>
docs: bump documented action version to v5</li>
<li><a
href="https://github.com/CodSpeedHQ/action/commit/a3e4fe0ad61b10d61e8ec28447ca2a7f0f220055"><code>a3e4fe0</code></a>
chore: bump runner version to 5.0.1</li>
<li><a
href="https://github.com/CodSpeedHQ/action/commit/f87ba88d8df49f904707c82ddc254bc791b049f5"><code>f87ba88</code></a>
Release v5.0.0 🚀</li>
<li><a
href="https://github.com/CodSpeedHQ/action/commit/7ab72f20ff7e70881f52add1370c74a56ba53965"><code>7ab72f2</code></a>
chore: bump runner version to 5.0.0</li>
<li>See full diff in <a
href="https://github.com/codspeedhq/action/compare/v4.19.1...v5.0.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=CodSpeedHQ/action&package-manager=github_actions&previous-version=4.19.1&new-version=5.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@pull pull Bot locked and limited conversation to collaborators Aug 3, 2026
@pull pull Bot added the ⤵️ pull label Aug 3, 2026
@pull
pull Bot merged commit f959aa5 into tj-python:master Aug 3, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants