diff --git a/.github/workflows/common-performance.yml b/.github/workflows/common-performance.yml index 231b53a4..4afeeedd 100644 --- a/.github/workflows/common-performance.yml +++ b/.github/workflows/common-performance.yml @@ -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 }}]" @@ -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 }}/