From 1d058267066da9bcc36c3b14e4b0d0144096d6b8 Mon Sep 17 00:00:00 2001 From: Braedon Date: Wed, 28 Aug 2024 23:12:00 +1000 Subject: [PATCH] Update dotnet.yml --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 5f916be8..5df3e95b 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -53,7 +53,7 @@ jobs: # What benchmark tool the output.txt came from tool: 'benchmarkdotnet' # Where the output from the benchmark tool is stored - output-file-path: bin/Release/net8.0/BenchmarkDotNet.Artifacts/results/Sample.Benchmarks-report-full-compressed.json + output-file-path: Benchmark/bin/Release/net8.0/BenchmarkDotNet.Artifacts/results/Sample.Benchmarks-report-full-compressed.json # Where the previous data file is stored external-data-json-path: ./cache/benchmark-data.json # Workflow will fail when an alert happens