From 8a62a28f672d3311163bee75f5e8f10ba3d4d52b Mon Sep 17 00:00:00 2001 From: Sergio Maria Matone Date: Thu, 3 Oct 2024 15:17:04 +0200 Subject: [PATCH] ci: remove conflicting option to push benchmark on github pages (#2895) Just a small fix to allow publication of benchmark on the repository --- .github/workflows/benchmark-master-push.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/benchmark-master-push.yml b/.github/workflows/benchmark-master-push.yml index fe8d1613b0d..ba8c11b2007 100644 --- a/.github/workflows/benchmark-master-push.yml +++ b/.github/workflows/benchmark-master-push.yml @@ -46,8 +46,6 @@ jobs: name: Go Benchmarks tool: "go" output-file-path: benchmarks.txt - # Where the previous data file is stored - external-data-json-path: ./cache/benchmark-data.json max-items-in-chart: 100 # Show alert with commit comment on detecting possible performance regression alert-threshold: "120%"