Skip to content

Commit

Permalink
Update cycle count for memoized reduction steps.
Browse files Browse the repository at this point in the history
  • Loading branch information
porcuquine committed Apr 17, 2024
1 parent 7a1b0f6 commit 1c7517a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified examples/ski/program/elf/riscv32im-succinct-zkvm-elf
Binary file not shown.
4 changes: 2 additions & 2 deletions examples/ski/program/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
#![no_main]
wp1_zkvm::entrypoint!(main);

use ski::{Term, Mem, SKI};
use ski::{Mem, Term, SKI};

// INFO summary: cycles=254197, e2e=4552, khz=55.84, proofSize=1.24 MiB
// INFO summary: cycles=191892, e2e=3704, khz=51.81, proofSize=1.16 MiB
// (S(K(SI))K)KI evaled to K
#[allow(dead_code)]
pub fn main() {
Expand Down

0 comments on commit 1c7517a

Please sign in to comment.