From 8ebb20a32771a874fbe7d9756bbf259501143971 Mon Sep 17 00:00:00 2001 From: mshanemc Date: Thu, 29 Jun 2023 08:28:57 -0500 Subject: [PATCH] test: don't need cache --- .github/workflows/perf.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index 516e6a55ce..3f330dac16 100644 --- a/.github/workflows/perf.yml +++ b/.github/workflows/perf.yml @@ -23,11 +23,6 @@ jobs: cache: yarn - run: yarn install - run: yarn build - - name: Download previous benchmark data - uses: actions/cache@v3 - with: - path: ./cache - key: ${{ runner.os }}-benchmark - run: npm run test:perf | tee test/perf/output.txt # Run `github-action-benchmark` action