We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d30518 commit 8d8fbbeCopy full SHA for 8d8fbbe
.github/workflows/soa-benchmark.yml
@@ -19,6 +19,7 @@ jobs:
19
- name: run benchmarks
20
run: |
21
python3 plot.py ${{github.workspace}}/build
22
+ ls ${{github.workspace}}/build
23
- name: upload images
24
uses: actions/upload-artifact@v4
25
with:
0 commit comments