diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 3a730f74..03921634 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -27,6 +27,7 @@ jobs: - name: Benchmark shell: pwsh run: | + dotnet --info .\code\scripts\perftests\testCases\${{matrix.test_script}}.ps1 Rename-Item -Path "results.csv" -NewName "${{matrix.test_script}}.csv" @@ -52,6 +53,7 @@ jobs: - name: Benchmark shell: pwsh run: | + dotnet --info .\code\scripts\perftests\testCases\${{matrix.test_script}}.ps1 Rename-Item -Path "results.csv" -NewName "${{matrix.test_script}}.csv" diff --git a/scripts/perftests/testCases/NuGetClient-win-2a15947.ps1 b/scripts/perftests/testCases/NuGetClient-win-2a15947.ps1 index 6013c8dd..71131884 100644 --- a/scripts/perftests/testCases/NuGetClient-win-2a15947.ps1 +++ b/scripts/perftests/testCases/NuGetClient-win-2a15947.ps1 @@ -29,5 +29,6 @@ ForEach ($version In $versions) { $url = (Get-Variable ("$version" + "_url")).Value Invoke-WebRequest -Uri "$url" -OutFile ("$version" + ".zip") Expand-Archive ("$version" + ".zip") -DestinationPath "$version" + . ".\$version\dotnet.exe" --info . "$PSScriptRoot\..\RunPerformanceTests.ps1" -nugetClientFilePath "$version\dotnet.exe" -solutionFilePath $solutionFilePath -resultsFilePath $resultsFilePath -iterationCount 1 } \ No newline at end of file