Skip to content

Commit

Permalink
Enable GitHub reporter in benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
jozefizso committed Dec 9, 2023
1 parent 18aa848 commit dcd7f5f
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,14 @@ jobs:
- name: build
run: dotnet build --no-restore -c Release tests/VbaCompiler.Benchmark/VbaCompiler.Benchmark.csproj

- name: run
run: dotnet run -c Release --project tests/VbaCompiler.Benchmark/VbaCompiler.Benchmark.csproj
- name: benchmark
run: |
dotnet run -e github -c Release --artifacts --project tests/VbaCompiler.Benchmark/VbaCompiler.Benchmark.csproj
{
echo "## VBA Compiler Benchmark"
echo ""
echo "Runner: \`${{ matrix.os }}\`"
echo ""
cat "BenchmarkDotNet.Artifacts/results/CompileMacroBenchmark-report-github.md"
} >> $GITHUB_STEP_SUMMARY

0 comments on commit dcd7f5f

Please sign in to comment.