Skip to content

Commit 109a728

Browse files
author
Guillaume Fraux
committed
Update benchmarks
1 parent a78728e commit 109a728

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

benches/soa.rs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
#[macro_use]
2-
extern crate bencher;
3-
#[macro_use]
4-
extern crate soa_derive;
1+
use soa_derive::StructOfArray;
52

6-
use bencher::Bencher;
3+
use bencher::{Bencher, benchmark_group, benchmark_main};
74

85
#[derive(StructOfArray)]
96
pub struct Small {

0 commit comments

Comments
 (0)