Skip to content

Instantly share code, notes, and snippets.

@huitseeker
Created January 12, 2024 19:43
Show Gist options
  • Save huitseeker/18d3c2f67362ba23ccef8c4bce5b641a to your computer and use it in GitHub Desktop.
Save huitseeker/18d3c2f67362ba23ccef8c4bce5b641a to your computer and use it in GitHub Desktop.
# Benchmarks
## Table of Contents
- [Benchmark Results](#benchmark-results)
- [RecursiveSNARK](#recursivesnark)
## Benchmark Results
### RecursiveSNARK
| | `Prove` | `Verify` |
|:----------------------------------------------------------------------------------|:--------------------------|:--------------------------------- |
| **`StepCircuitSize-0-2066ae46283435546bd9130bde796b744404f7f3-2024-01-12`** | `78.76 ms` (✅ **1.00x**) | `44.34 ms` (✅ **1.78x faster**) |
| **`StepCircuitSize-6559-2066ae46283435546bd9130bde796b744404f7f3-2024-01-12`** | `98.92 ms` (✅ **1.00x**) | `57.15 ms` (✅ **1.73x faster**) |
| **`StepCircuitSize-22943-2066ae46283435546bd9130bde796b744404f7f3-2024-01-12`** | `149.92 ms` (✅ **1.00x**) | `90.84 ms` (✅ **1.65x faster**) |
| **`StepCircuitSize-55711-2066ae46283435546bd9130bde796b744404f7f3-2024-01-12`** | `203.48 ms` (✅ **1.00x**) | `143.81 ms` (✅ **1.41x faster**) |
| **`StepCircuitSize-121247-2066ae46283435546bd9130bde796b744404f7f3-2024-01-12`** | `329.12 ms` (✅ **1.00x**) | `252.73 ms` (✅ **1.30x faster**) |
| **`StepCircuitSize-252319-2066ae46283435546bd9130bde796b744404f7f3-2024-01-12`** | `573.99 ms` (✅ **1.00x**) | `473.47 ms` (✅ **1.21x faster**) |
| **`StepCircuitSize-514463-2066ae46283435546bd9130bde796b744404f7f3-2024-01-12`** | `1.10 s` (✅ **1.00x**) | `964.39 ms` (✅ **1.14x faster**) |
| **`StepCircuitSize-1038751-2066ae46283435546bd9130bde796b744404f7f3-2024-01-12`** | `2.02 s` (✅ **1.00x**) | `1.80 s` (✅ **1.12x faster**) |
| **`StepCircuitSize-0-8b56ebe2c5ce66f5a8b6c25efd11a59d5a207f31-2024-01-12`** | `164.08 ms` (✅ **1.00x**) | `65.75 ms` (🚀 **2.50x faster**) |
| **`StepCircuitSize-6559-8b56ebe2c5ce66f5a8b6c25efd11a59d5a207f31-2024-01-12`** | `149.07 ms` (✅ **1.00x**) | `83.51 ms` (✅ **1.79x faster**) |
| **`StepCircuitSize-22943-8b56ebe2c5ce66f5a8b6c25efd11a59d5a207f31-2024-01-12`** | `172.20 ms` (✅ **1.00x**) | `128.90 ms` (✅ **1.34x faster**) |
| **`StepCircuitSize-55711-8b56ebe2c5ce66f5a8b6c25efd11a59d5a207f31-2024-01-12`** | `266.68 ms` (✅ **1.00x**) | `215.99 ms` (✅ **1.23x faster**) |
| **`StepCircuitSize-121247-8b56ebe2c5ce66f5a8b6c25efd11a59d5a207f31-2024-01-12`** | `461.70 ms` (✅ **1.00x**) | `378.29 ms` (✅ **1.22x faster**) |
| **`StepCircuitSize-252319-8b56ebe2c5ce66f5a8b6c25efd11a59d5a207f31-2024-01-12`** | `769.52 ms` (✅ **1.00x**) | `673.75 ms` (✅ **1.14x faster**) |
| **`StepCircuitSize-514463-8b56ebe2c5ce66f5a8b6c25efd11a59d5a207f31-2024-01-12`** | `1.43 s` (✅ **1.00x**) | `1.28 s` (✅ **1.12x faster**) |
| **`StepCircuitSize-1038751-8b56ebe2c5ce66f5a8b6c25efd11a59d5a207f31-2024-01-12`** | `2.59 s` (✅ **1.00x**) | `2.33 s` (✅ **1.11x faster**) |
---
Made with [criterion-table](https://github.com/nu11ptr/criterion-table)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment