From 247fa6d9352c9dd39042ce6507a8d9a4c76c5bae Mon Sep 17 00:00:00 2001 From: Musa AbdulKareem Date: Thu, 19 Feb 2026 21:32:22 +0100 Subject: [PATCH] ci: remove external data JSON path from benchmark.yml Removed the external data JSON path from the benchmark configuration. --- .github/workflows/benchmark.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 4d37173..385fb7f 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -108,7 +108,6 @@ jobs: name: Rust Template Benchmark tool: "cargo" output-file-path: benchmark-output.txt - external-data-json-path: ./cache/benchmark-data.json gh-pages-branch: gh-pages benchmark-data-dir-path: dev/bench alert-threshold: "130%"