{"id":40818980,"url":"https://github.com/eth-act/zkevm-benchmark-runs","last_synced_at":"2026-01-21T21:44:46.321Z","repository":{"id":306505693,"uuid":"1024496892","full_name":"eth-act/zkevm-benchmark-runs","owner":"eth-act","description":null,"archived":false,"fork":false,"pushed_at":"2025-12-24T15:07:43.000Z","size":6897,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-26T06:18:06.556Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://eth-act.github.io/zkevm-benchmark-runs/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eth-act.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-22T19:44:20.000Z","updated_at":"2025-12-24T15:07:46.000Z","dependencies_parsed_at":"2025-08-15T14:15:21.804Z","dependency_job_id":"d17b1539-fc98-4364-835a-980edfcb338b","html_url":"https://github.com/eth-act/zkevm-benchmark-runs","commit_stats":null,"previous_names":["eth-act/zkevm-benchmark-runs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eth-act/zkevm-benchmark-runs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eth-act%2Fzkevm-benchmark-runs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eth-act%2Fzkevm-benchmark-runs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eth-act%2Fzkevm-benchmark-runs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eth-act%2Fzkevm-benchmark-runs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eth-act","download_url":"https://codeload.github.com/eth-act/zkevm-benchmark-runs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eth-act%2Fzkevm-benchmark-runs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28644149,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T21:29:11.980Z","status":"ssl_error","status_checked_at":"2026-01-21T21:24:31.872Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-21T21:44:45.427Z","updated_at":"2026-01-21T21:44:46.317Z","avatar_url":"https://github.com/eth-act.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zkEVM Benchmark Runs\n\nThis repository contains benchmark results for zkEVM proving and execution across different hardware configurations.\n\nYou can see a website rendering of the results [here](https://eth-act.github.io/zkevm-benchmark-runs/).\n\n## Hardware Configurations\n\n| Hardware Setup | Proving Results | Execution Results |\n|----------------|-----------------|-------------------|\n| **1xL40s** | [3 gas limits, 1 mainnet range](data/proving/1xL40s/README.md) | [3 gas limits, 1 mainnet range](data/executions/1xL40s/README.md) |\n| **8x5090** | [3 gas limits, 1 mainnet range](data/proving/8x5090/README.md) | — |\n\n## Folder Structure\n\nThe benchmark results are organized in the following hierarchy:\n\n```\ndata/\n├── proving/                        # Proving benchmark results\n│   └── [Hardware Setup]/           # e.g., 1xL40s, 1x4090\n│       └── [Configuration]/        # e.g., 10M-gas-limit, mainnet-A-B\n│           └── [EL Client]/        # e.g., reth, ethrex\n│               └── [zkVM]/         # e.g., sp1-v5.1.0, risc0-v1.2.0\n│\n└── executions/                     # Execution benchmark results\n    └── [Hardware Setup]/           # e.g., 1xL40s, 1x4090\n        └── [Configuration]/        # e.g., 10M-gas-limit, mainnet-A-B\n            └── [EL Client]/        # e.g., reth, ethrex\n                └── [zkVM]/         # e.g., sp1-v5.1.0, risc0-v1.2.0\n```\n\n## Configuration Types\n\n- **XXM-gas-limit**: EEST (Ethereum Execution State Test) benchmarks with specific gas limits\n- **mainnet-A-B**: Mainnet block range benchmarks (blocks A through B)\n\n## Understanding the Results\n\n### Result Types\n\n- **Proving**: Measures the time and resources required to generate zero-knowledge proofs for blocks\n- **Execution**: Measures the time and cycles required to execute blocks within the zkVM (without proof generation)\n\n### Individual Configuration READMEs\n\nEach configuration folder (gas limit or mainnet range) contains its own detailed README.md file with specific benchmark results, organized by EL client and zkVM.\n\n### Benchmark Workload\n\nEEST benchmark runs include a **Benchmark Workload** link that points to the specific version of the [zkevm-benchmark-workload](https://github.com/eth-act/zkevm-benchmark-workload) tool used to generate the test fixtures.\n\n### Status Categories\n\n- 💥 **Prover Crashes**: Fixtures that crashed the prover/executor entirely (from _crashes.txt)\n- ❌ **SDK Reported Crashes**: Fixtures that failed during proving/execution (reported by SDK)\n- ✅ **Successful Runs**: Fixtures that completed successfully (sorted slowest to fastest)\n\n### Metrics\n\n**Proving:**\n- **Time**: How long it took to generate the proof\n- **Throughput**: Gas processed per second (gas/s)\n- **Proof Size**: Size of the generated proof\n\n**Execution:**\n- **Time**: How long it took to execute the block in the zkVM\n- **Throughput**: Gas processed per second (gas/s)\n- **Cycles**: Total number of zkVM cycles used\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feth-act%2Fzkevm-benchmark-runs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feth-act%2Fzkevm-benchmark-runs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feth-act%2Fzkevm-benchmark-runs/lists"}