Skip to content

Commit

Permalink
Test Kadena SPV
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelburnham committed Oct 25, 2024
1 parent 8a3ac62 commit ced86b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ jobs:
- name: Run benchmarks
id: run-benchmarks
run: |
make bench-ci BENCH=inclusion 2>&1 | tee out.txt
make bench-ci BENCH=spv 2>&1 | tee out.txt
grep 'cycles=' out.txt > cycles.txt
grep 'proving_time' out.txt > timings.txt
Expand All @@ -221,8 +221,8 @@ jobs:
echo "$f2" | jq -c --argjson cycles "$num_cycles" '. += {cycles: $cycles}' >> summary.json
done < <(paste cycles.txt timings.txt)
echo "# Ethereum Benchmark Results " | tee -a summary.md
echo "## Inclusion Prove" | tee -a summary.md
echo "# Kadena Benchmark Results " | tee -a summary.md
echo "## SPV Prove" | tee -a summary.md
cat summary.json | jtbl -m | tee -a summary.md
echo "" | tee -a summary.md
Expand All @@ -232,7 +232,7 @@ jobs:
echo "report<<EOF" >> $GITHUB_OUTPUT
cat summary.md >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
working-directory: ${{ github.workspace }}/ethereum/light-client
working-directory: ${{ github.workspace }}/kadena/light-client
#- name: Write bench on commit comment
# uses: peter-evans/commit-comment@v3
# with:
Expand Down

0 comments on commit ced86b5

Please sign in to comment.