From 143ddbf56515a86c2c2be615c1fab9b789a1f591 Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Tue, 7 Nov 2023 08:36:46 +0100 Subject: [PATCH] Fix benchmark.yaml CI --- .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