From d831134d8f991bb0f15fe8ceea8448839aa43bed Mon Sep 17 00:00:00 2001 From: aidenwong812 Date: Tue, 24 Dec 2024 14:04:19 -0500 Subject: [PATCH] fix bechmark result store bug --- .github/workflows/benchmark.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index b2a63727..d2bb47bb 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -35,8 +35,6 @@ jobs: tool: 'go' # Where the output from the benchmark tool is stored output-file-path: output.txt - # Where the previous data file is stored - external-data-json-path: ./cache/benchmark-data.json github-token: ${{ secrets.GITHUB_TOKEN }} auto-push: true # Show alert with commit comment on detecting possible performance regression