From 15b82ed36b21151f5a82e7cdf4316e2caf8c2f91 Mon Sep 17 00:00:00 2001 From: Christian Treffs Date: Mon, 14 Oct 2024 10:45:11 +0200 Subject: [PATCH] Correct path --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 8085c6bd..aeaf7a28 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -55,7 +55,7 @@ jobs: # What benchmark tool the output.txt came from tool: 'jmh' # Where the output from the benchmark tool is stored - output-file-path: Current_run.jmh.json + output-file-path: Benchmarks/Current_run.jmh.json # Where the previous data file is stored # external-data-json-path: ./cache/benchmark-data.json # Workflow will fail when an alert happens