Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Sep 25, 2023
1 parent 14bcda7 commit 82a10e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/torin/benches/bench.rs
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ fn criterion_benchmark(c: &mut Criterion) {
b.iter(|| {
black_box({
mocked_dom.set_node(
1,
1001,
Node::from_size_and_direction(
Size::Inner,
Size::Pixels(Length::new(10.0)),
Expand Down Expand Up @@ -471,7 +471,7 @@ fn criterion_benchmark(c: &mut Criterion) {
b.iter(|| {
black_box({
mocked_dom.set_node(
1,
7008,
Node::from_size_and_direction(
Size::Inner,
Size::Pixels(Length::new(10.0)),
Expand Down

0 comments on commit 82a10e2

Please sign in to comment.