Skip to content

Conversation

hero78119
Copy link
Collaborator

@hero78119 hero78119 commented Aug 25, 2025

To close #953 , build on top of #1034

prover latency

test on AMD 5900XT (32 cores) + 64GB RAM

e2e with fibonacci. switch all to Babybear got around 5% improvement

Benchmark Median Time (s) Median Change (%)
fibonacci_max_steps_1048576 2.3926 -3.13% (Performance has improved)
fibonacci_max_steps_2097152 4.3848 -3.61% (Performance has improved)
fibonacci_max_steps_4194304 8.2578 -4.77% (Performance has improved)

proof size

babybear overall reduce ~20% proof size

Benchmark Proof Size (MB) Change (↓ better)
fibonacci_max_steps_1048576 1.36 -19.53%
fibonacci_max_steps_2097152 1.44 -18.64%
fibonacci_max_steps_4194304 1.51 -18.38%

circuit stats

+---------------+---------------+---------+-------+-----------+--------+------------+---------------------+
| opcode_name   | num_instances | lookups | reads | witnesses | writes | 0_expr_deg | 0_expr_sumcheck_deg |
+---------------+---------------+---------+-------+-----------+--------+------------+---------------------+
- | OPCODES TOTAL | 0             | 1498    | 210   | 2688      | 210    | [1: 360]   | [2: 114]            |
+ | OPCODES TOTAL | 0             | 1636    | 216   | 2940      | 216    | [1: 478]   | [2: 378,3: 148]     |

@hero78119 hero78119 mentioned this pull request Aug 25, 2025
3 tasks
@kunxian-xia kunxian-xia added this pull request to the merge queue Aug 26, 2025
Merged via the queue into scroll-tech:master with commit 1569edc Aug 26, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

switch to babybear by default(ceno and ceno-gpu)
2 participants