Skip to content

Commit b0099b2

Browse files
committed
fix: Workflow name
1 parent d2277f0 commit b0099b2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/memory-benchmark.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Memory benchmark
1+
name: Python SDK memray memory benchmark
22

33
on:
44
pull_request:
@@ -13,7 +13,7 @@ permissions:
1313

1414
jobs:
1515
memory-benchmark:
16-
name: Memory benchmark
16+
name: Python SDK memray memory benchmark
1717
# Needs to match the arch the baseline was generated on.
1818
runs-on: ubuntu-24.04-arm
1919
if: |
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v4
2828

2929
# Uses the Dockerfile environment for repeatable runs.
30-
- name: Run memory benchmark
30+
- name: Run memray memory benchmark
3131
run: make memory-use-bench
3232

3333
# Upload all three flamegraph views per scenario (peak/leaks/temporary).

0 commit comments

Comments
 (0)