Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Sep 24, 2023
1 parent c27ab92 commit 21db022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/torin/benches/bench.rs
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ fn criterion_benchmark(c: &mut Criterion) {
DirectionMode::Vertical,
),
);
layout.invalidate(1000);
layout.invalidate(1001);
layout.find_best_root(&mut mocked_dom);
layout.measure(
0,
Expand Down

0 comments on commit 21db022

Please sign in to comment.