From d0352c06e324cabdc415155c6bf659f82c27a079 Mon Sep 17 00:00:00 2001 From: Tomas Fabrizio Orsi Date: Wed, 29 Jan 2025 15:50:37 -0300 Subject: [PATCH] Revert "ci: compare against new benchmarks in Main" This reverts commit ed710322a26ba8f4cdfdcbc58c14aa579f2e9703. --- .github/workflows/ci_bench_levm_in_pr.yaml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci_bench_levm_in_pr.yaml b/.github/workflows/ci_bench_levm_in_pr.yaml index 7b44aaf69d..9833c5ec67 100644 --- a/.github/workflows/ci_bench_levm_in_pr.yaml +++ b/.github/workflows/ci_bench_levm_in_pr.yaml @@ -90,19 +90,9 @@ jobs: make revm-comparison-ci { echo "#### Benchmark Results: Factorial"; - cat Factorial.md; - echo "#### Benchmark Results: Factorial - Recursive"; - cat FactorialRecursive.md; + cat factorial.md; echo "#### Benchmark Results: Fibonacci"; - 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; + cat fibonacci.md; } > main_result.md - name: Upload main results