Skip to content

Commit

Permalink
Revert "fix: switch verify_fibair bench to volatile"
Browse files Browse the repository at this point in the history
This reverts commit e6cb959.
The SDK requires continations on in a bunch of places.
  • Loading branch information
jonathanpwang committed Dec 22, 2024
1 parent e6cb959 commit 90866cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion benchmarks/src/bin/verify_fibair.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ fn main() -> Result<()> {
let app_vm_config = NativeConfig::aggregation(
DEFAULT_MAX_NUM_PUBLIC_VALUES,
leaf_fri_params.max_constraint_degree().min(7),
);
)
.with_continuations();
let compiler_options = CompilerOptions {
enable_cycle_tracker: true,
..Default::default()
Expand Down

0 comments on commit 90866cb

Please sign in to comment.