Skip to content

Commit

Permalink
🔧 Fix benchmark.yaml CI regression (#1062)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Nov 7, 2023
1 parent d7ae061 commit 0888e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0888e08

Please sign in to comment.