From 0888e0869a573bb2ce0695ae0163e6f5b2c48889 Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Tue, 7 Nov 2023 08:43:10 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Fix=20benchmark.yaml=20CI=20regr?= =?UTF-8?q?ession=20(#1062)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/benchmark.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yaml b/.github/workflows/benchmark.yaml index c635a4298..da28dd0e6 100644 --- a/.github/workflows/benchmark.yaml +++ b/.github/workflows/benchmark.yaml @@ -49,7 +49,7 @@ jobs: alert-comment-cc-users: '@danwos' - name: Run Benchmark for memory - run: pytest --benchmark-json output.json -k _time tests/benchmarks + run: pytest --benchmark-json output.json -k _memory tests/benchmarks - name: Create memory flamegraph run: memray flamegraph -o mem_out.html mem_out.bin - name: Publish memory flamegraph