From 4c114101aa83015f17bd43f1d9495af2c7b29ba3 Mon Sep 17 00:00:00 2001 From: Jozef Izso Date: Wed, 13 Dec 2023 10:46:23 +0100 Subject: [PATCH] Improve readability of benchmark command line arguments --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2464b25..6b3a353 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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"