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