Make the benchmarks compile again
This commit is contained in:
parent
dd80ec2dbb
commit
c034708e06
|
@ -1,6 +1,8 @@
|
|||
#![feature(test)]
|
||||
|
||||
extern crate test;
|
||||
extern crate rand;
|
||||
extern crate "nalgebra" as na;
|
||||
extern crate nalgebra as na;
|
||||
|
||||
use rand::{IsaacRng, Rng};
|
||||
use test::Bencher;
|
||||
|
|
Loading…
Reference in New Issue