From 4246711d295f73c1418ed8498a6e76da6de8738d Mon Sep 17 00:00:00 2001 From: Amir Panahandeh Date: Sun, 11 Aug 2024 23:07:18 +0330 Subject: [PATCH] Update performance_test.yaml --- .github/workflows/performance_test.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/performance_test.yaml b/.github/workflows/performance_test.yaml index 5b2a6036..1c96a659 100644 --- a/.github/workflows/performance_test.yaml +++ b/.github/workflows/performance_test.yaml @@ -32,16 +32,12 @@ jobs: - uses: actions/download-artifact@v4 with: name: master_performance_timelines - - run: ls . - - run: ls packages/ - - run: ls packages/fleather/ - - run: ls packages/fleather/example/ - - run: ls packages/fleather/example/build/ - - run: mv packages/fleather/example/build/performance_timelines packages/fleather/example/build/reference_performance_timelines + path: packages/fleather/example/build/reference_performance_timelines - uses: actions/download-artifact@v4 with: name: current_ref_performance_timelines + path: packages/fleather/example/build/performance_timelines - name: Analyze results working-directory: ./packages/fleather/example