Skip to content

Commit

Permalink
fix: perf main bench ci (#223)
Browse files Browse the repository at this point in the history
Co-authored-by: John Guibas <[email protected]>
  • Loading branch information
jtguibas and John Guibas authored Feb 14, 2024
1 parent 2ef9344 commit 8897006
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 142 deletions.
83 changes: 0 additions & 83 deletions .github/workflows/perf-ci.yml

This file was deleted.

58 changes: 0 additions & 58 deletions .github/workflows/perf.yml

This file was deleted.

2 changes: 1 addition & 1 deletion core/benches/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pub fn criterion_benchmark(c: &mut Criterion) {
group.sample_size(10);
let programs = ["fibonacci"];
for p in programs {
let elf_path = format!("../programs/demo/{}/elf/riscv32im-sp1-zkvm-elf", p);
let elf_path = format!("../programs/demo/{}/elf/riscv32im-succinct-zkvm-elf", p);
let program = Program::from_elf(&elf_path);
let cycles = {
let mut runtime = Runtime::new(program.clone());
Expand Down

0 comments on commit 8897006

Please sign in to comment.