Skip to content

Commit

Permalink
Fix compare_perf test
Browse files Browse the repository at this point in the history
  • Loading branch information
VirxEC committed Sep 25, 2024
1 parent b68b143 commit b6f17c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/compare_perf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use rocketsim_rs::{
use std::time::Instant;

const SECONDS: u32 = 25;
const STEPS: u32 = 120 * 30;
const STEPS: u32 = 120 * SECONDS;
const NUM_ITERS: u32 = 2000;

fn main() {
Expand Down

0 comments on commit b6f17c6

Please sign in to comment.