Skip to content

Commit

Permalink
fix: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
atanmarko committed Oct 4, 2024
1 parent f1fcb2d commit 91001e8
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,7 @@ on:
workflow_dispatch:
branches:
- "**"
#TODO REMOVE PR EXECUTION
push:
branches: [develop, main]
pull_request:
branches:
- "**"


env:
BENCHMARK_WITNESS: artifacts/witness_b19807080.json
Expand Down Expand Up @@ -40,12 +35,6 @@ jobs:
path: ./
if_no_artifact_found: ignore

- name: Initialise the results file if necessary
run: |
ls -la ./
cat ./proving_benchmark_results.txt
printf ' TIME \n' > ./proving_benchmark_results.txt
- name: Run the script
# TODO - run the benchmark with 20 blocks file
run: |
Expand Down

0 comments on commit 91001e8

Please sign in to comment.