File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 7575 dotnet run -c Release
7676 working-directory : ./performance/benchmark
7777
78- - name : Run comparison tool
78+ - name : Run comparison tool for empty models
7979 run : dotnet run -c Release --project ./performance/resultsComparer/resultsComparer.csproj -- compare $OLD_REPORT $NEW_REPORT
8080 shell : bash
8181 env :
8282 NEW_REPORT : " ${{ github.workspace }}/performance/benchmark/BenchmarkDotNet.Artifacts/results/performance.EmptyModels-report.json"
8383 OLD_REPORT : " ${{ github.workspace }}/performanceResults/performance.EmptyModels-report.json"
84+
85+ - name : Run comparison tool for descriptions
86+ run : dotnet run -c Release --project ./performance/resultsComparer/resultsComparer.csproj -- compare $OLD_REPORT $NEW_REPORT
87+ shell : bash
88+ env :
89+ NEW_REPORT : " ${{ github.workspace }}/performance/benchmark/BenchmarkDotNet.Artifacts/results/performance.Descriptions-report.json"
90+ OLD_REPORT : " ${{ github.workspace }}/performanceResults/performance.Descriptions-report.json"
You can’t perform that action at this time.
0 commit comments