Skip to content

Commit

Permalink
Improve readability of benchmark command line arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
jozefizso committed Dec 13, 2023
1 parent 3d0ce08 commit 4c11410
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ jobs:
os: ['ubuntu-22.04', 'windows-2022', 'macos-13.0']

env:
Configuration: 'Release'
Configuration: 'Release
PROJECT: 'tests/VbaCompiler.Benchmark/VbaCompiler.Benchmark.csproj'

steps:
- name: checkout
Expand All @@ -90,7 +91,7 @@ jobs:
- name: benchmark
shell: bash
run: |
dotnet run -e github -c Release --artifacts --project tests/VbaCompiler.Benchmark/VbaCompiler.Benchmark.csproj
dotnet run -c Release --project tests/VbaCompiler.Benchmark/VbaCompiler.Benchmark.csproj -- -e github --artifacts
{
echo "## VBA Compiler Benchmark"
Expand Down

0 comments on commit 4c11410

Please sign in to comment.