From 504e0066d6d401c2fc7582efc84c991dba481375 Mon Sep 17 00:00:00 2001 From: BobTheBuidler <70677534+BobTheBuidler@users.noreply.github.com> Date: Wed, 3 Jun 2026 20:43:09 -0400 Subject: [PATCH] fix(benchmark): codspeed --mode instrumentation is deprecated, use simulation --- .github/workflows/codspeed.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codspeed.yaml b/.github/workflows/codspeed.yaml index 3adf8e2..22e7da4 100644 --- a/.github/workflows/codspeed.yaml +++ b/.github/workflows/codspeed.yaml @@ -68,5 +68,5 @@ jobs: - name: Run CodSpeed uses: CodSpeedHQ/action@v4 with: - mode: instrumentation + mode: simulation run: pytest --codspeed -k "test_faster_" benchmarks/