Skip to content

Commit

Permalink
performacne workflows artifacts when changing backends
Browse files Browse the repository at this point in the history
  • Loading branch information
parvit committed Apr 21, 2024
1 parent 943f84f commit ca3e602
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/common-performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ jobs:
- uses: actions/upload-artifact@v4
if: always()
with:
name: client_${{ inputs.cca }}_${{ inputs.slowstart }}_${{ inputs.connection_delay_ms }}ms_${{ matrix.download_size }}MB_${{ matrix.connections_number }}conn
name: client_${{ inputs.backend }}_${{ inputs.cca }}_${{ inputs.slowstart }}_${{ inputs.connection_delay_ms }}ms_${{ matrix.download_size }}MB_${{ matrix.connections_number }}conn
path: |
${{ github.workspace }}/docker/speedtests/output.csv
${{ github.workspace }}/docker/speedtests/speedtests.out
Expand Down Expand Up @@ -425,7 +425,7 @@ jobs:
- uses: actions/upload-artifact@v3
if: always()
with:
name: server_${{ inputs.cca }}_${{ inputs.slowstart }}_${{ inputs.connection_delay_ms }}ms
name: server_${{ inputs.backend }}_${{ inputs.cca }}_${{ inputs.slowstart }}_${{ inputs.connection_delay_ms }}ms
path: |
${{ github.workspace }}/docker/server-data-env/output/data.csv
${{ github.workspace }}/docker/speedtests/data.png
Expand Down

0 comments on commit ca3e602

Please sign in to comment.