File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
name : run Perf Test and collect data
2
2
env :
3
3
default_image : " ghcr.io/meta-introspector/o1js/o1js-perf-recording:latest"
4
+ container_name : " mixed-source"
4
5
on :
5
6
workflow_dispatch :
6
7
inputs :
@@ -31,12 +32,12 @@ jobs:
31
32
run : docker pull ${{ inputs.image_url || env.default_image }}
32
33
33
34
- name : run the Docker tests
34
- run : docker compose up mixed-source
35
+ run : docker compose up ${{ env.container_name }}
35
36
env :
36
37
DOCKER_IMAGE_URL : ${{ inputs.image_url || env.default_image}}
37
38
38
39
- name : docker cp results
39
- run : docker compose cp mina-local-network :/tmp/perf.data.tar.gz perf.data.tar.gz
40
+ run : docker compose cp ${{ env.container_name }} :/tmp/perf.data.tar.gz perf.data.tar.gz
40
41
41
42
- name : Archive results
42
43
uses : meta-introspector/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments