Merge pull request #107 from aepsil0n/fix-benchmarks

Fix benchmarks
This commit is contained in:
Eduard Bopp 2015-03-29 13:45:04 +02:00
commit 08fd196427
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
#![feature(test)]
extern crate test;
extern crate "nalgebra" as na;
extern crate nalgebra as na;
use test::Bencher;
use na::{DVec, DMat};

View File

@ -2,7 +2,7 @@
extern crate test;
extern crate rand;
extern crate "nalgebra" as na;
extern crate nalgebra as na;
use rand::{IsaacRng, Rng};
use test::Bencher;

View File

@ -2,7 +2,7 @@
extern crate test;
extern crate rand;
extern crate "nalgebra" as na;
extern crate nalgebra as na;
use rand::{IsaacRng, Rng};
use test::Bencher;

View File

@ -2,7 +2,7 @@
extern crate test;
extern crate rand;
extern crate "nalgebra" as na;
extern crate nalgebra as na;
use rand::{IsaacRng, Rng};
use test::Bencher;