Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Razican committed Apr 13, 2020
1 parent 1c377be commit 02cfe9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions boa/benches/fib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ res;
"#;

fn fibonacci(c: &mut Criterion) {
c.bench_function("fibonacci (Execution)", move |b| {
b.iter(|| exec(black_box(SRC)))
});
c.bench_function("fibonacci (Execution)", move |b| {
b.iter(|| exec(black_box(SRC)))
});
}

criterion_group!(benches, fibonacci);
Expand Down

0 comments on commit 02cfe9e

Please sign in to comment.