Skip to content

Commit

Permalink
fixup! chore: Update to latest stable Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Oct 28, 2024
1 parent 45fffe9 commit 603a5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scenarios/local_signals/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ fn agent_behaviour(
})?;

let start = Instant::now();
call_zome(ctx, "signal", "emit_10k_signals", ())?;
call_zome::<_, (), _>(ctx, "signal", "emit_10k_signals", ())?;
let send_elapsed_s = start.elapsed().as_secs_f64();

ctx.runner_context().executor().execute_in_place({
Expand Down

0 comments on commit 603a5ce

Please sign in to comment.