Skip to content

Commit

Permalink
Merge pull request #918 from dhardy/master
Browse files Browse the repository at this point in the history
Fix rand_distr bench: extern crate test
  • Loading branch information
dhardy committed Dec 22, 2019
2 parents 4dd10bc + e23c1cd commit 1096cdb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rand_distr/benches/distributions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

#![feature(test)]

extern crate test;

const RAND_BENCH_N: u64 = 1000;

use std::mem::size_of;
Expand Down

0 comments on commit 1096cdb

Please sign in to comment.