Skip to content
This repository has been archived by the owner on Dec 26, 2024. It is now read-only.

Commit

Permalink
some cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
eranreshef-starkware committed May 5, 2024
1 parent a2aff34 commit 7b95b18
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ jobs:
- name: Run load test
run: sh -c "deployments/storage-benchmark/run_benchmark.bash 5m"

- name: Parse load test results
run: |
pwd
ls -al
- name: Download previous benchmark data
uses: actions/cache@v4
with:
Expand All @@ -54,13 +49,6 @@ jobs:
tool: 'customSmallerIsBetter'
# 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

# - name: Setup upterm session
# uses: lhotari/action-upterm@v1

# Push gh-pages branch by yourself
- name: Push benchmark result
Expand All @@ -69,7 +57,3 @@ jobs:
git push https://github.com/starkware-libs/papyrus.git gh-pages:gh-pages --no-verify
git checkout -
# - name: Clean the deployment
# if: always()
# run: helm delete --namespace papyrus papyrus-${UNIQE_ID}

0 comments on commit 7b95b18

Please sign in to comment.