https://github.com/zksecurity/zkvm-benchmarks
Comprehensive benchmarking and performance tracking for leading zkVMs
https://github.com/zksecurity/zkvm-benchmarks
Last synced: 4 months ago
JSON representation
Comprehensive benchmarking and performance tracking for leading zkVMs
- Host: GitHub
- URL: https://github.com/zksecurity/zkvm-benchmarks
- Owner: zksecurity
- Created: 2024-12-03T16:57:47.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-08-06T03:10:16.000Z (6 months ago)
- Last Synced: 2025-08-11T15:05:35.866Z (6 months ago)
- Language: Rust
- Homepage:
- Size: 900 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zkVM Benchmarks
This repository provides scripts and tools to benchmark various zkVM and proof systems on **Linux** and **macOS**.
## Installation
Run the setup script to install all dependencies:
```bash
./scripts/setup.sh
```
## Running Benchmarks
To run all benchmarks, use:
```bash
just bench-local
```
The benchmark results will be saved in JSON format in the `benchmark_results` directory.
## Generating a Report
To generate a local HTML report from the benchmark results, run:
```bash
./scripts/analyze.sh
```
The report will be generated at: `./report/index.html`.