We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ea217b commit 4b7d820Copy full SHA for 4b7d820
.github/workflows/ci-cd.yml
@@ -72,7 +72,8 @@ jobs:
72
73
- name: Run performance tests
74
run: |
75
- dotnet run -c Release --project ./performance/benchmark/PerformanceTests.csproj
+ dotnet run -c Release
76
+ working-directory: ./performance/benchmark
77
78
- name: Run comparison tool
79
run: dotnet run -c Release --project ./performance/resultsComparer/resultsComparer.csproj -- compare $OLD_REPORT $NEW_REPORT
0 commit comments