We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2277f0 commit b0099b2Copy full SHA for b0099b2
1 file changed
.github/workflows/memory-benchmark.yml
@@ -1,4 +1,4 @@
1
-name: Memory benchmark
+name: Python SDK memray memory benchmark
2
3
on:
4
pull_request:
@@ -13,7 +13,7 @@ permissions:
13
14
jobs:
15
memory-benchmark:
16
- name: Memory benchmark
+ name: Python SDK memray memory benchmark
17
# Needs to match the arch the baseline was generated on.
18
runs-on: ubuntu-24.04-arm
19
if: |
@@ -27,7 +27,7 @@ jobs:
27
- uses: actions/checkout@v4
28
29
# Uses the Dockerfile environment for repeatable runs.
30
- - name: Run memory benchmark
+ - name: Run memray memory benchmark
31
run: make memory-use-bench
32
33
# Upload all three flamegraph views per scenario (peak/leaks/temporary).
0 commit comments