Skip to content

Commit

Permalink
fix results gen.
Browse files Browse the repository at this point in the history
  • Loading branch information
parvit committed May 8, 2024
1 parent c3e672c commit 82645b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/common-performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,8 @@ jobs:
.\speedtests.test -target_url http://${{ inputs.server_public_address }}:8080/target_${{ matrix.download_size }}M.dat ^
-expect_mb ${{ matrix.download_size }} -connections_num ${{ matrix.connections_number }} ^
-test.v -test.timeout 5m > speedtests.out
del .\speedtests.test
go run utils/plotter.go output.csv "Client speed test [Delay:${{ inputs.connection_delay_ms }}ms TargetSize:${{ matrix.download_size }}MB Connections:${{ matrix.connections_number }} Backend:${{ inputs.backend }} CC:${{ inputs.cca }}/${{ inputs.slowstart }}]"
Expand All @@ -267,7 +269,6 @@ jobs:
- name: Generate results
if: always()
run: |
Remove-Item -Path ./docker/speedtests/speedtests.test -Force | Out-Null
New-Item -Path . -Name "${{ env.DEST_ARTIFACT }}" -ItemType "directory" -Force | Out-Null
Move-Item ${{ github.workspace }}/docker/speedtests/ ${{ env.DEST_ARTIFACT }}/
Move-Item ${{ github.workspace }}/build/*.log ${{ env.DEST_ARTIFACT }}/
Expand Down

0 comments on commit 82645b5

Please sign in to comment.