Skip to content

Commit

Permalink
ci: compare against new benchmarks in Main
Browse files Browse the repository at this point in the history
  • Loading branch information
dsocolobsky authored and lima-limon-inc committed Jan 29, 2025
1 parent 85134bf commit ed71032
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/ci_bench_levm_in_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,19 @@ jobs:
make revm-comparison-ci
{
echo "#### Benchmark Results: Factorial";
cat factorial.md;
cat Factorial.md;
echo "#### Benchmark Results: Factorial - Recursive";
cat FactorialRecursive.md;
echo "#### Benchmark Results: Fibonacci";
cat fibonacci.md;
cat Fibonacci.md;
echo "#### Benchmark Results: ManyHashes";
cat ManyHashes.md;
echo "#### Benchmark Results: ERC20 - Transfer";
cat ERC20Transfer.md;
echo "#### Benchmark Results: ERC20 - Mint";
cat ERC20Mint.md;
echo "#### Benchmark Results: ERC20 - Approval";
cat ERC20Approval.md;
} > main_result.md
- name: Upload main results
Expand Down

0 comments on commit ed71032

Please sign in to comment.