Commit graph

13 commits

Author SHA1 Message Date
Nathan Stoddard 2c7ee50ef4 Fix compilation of benchmarks
This switches to `SmallRng` since that doesn't require adding another dependency.
2020-06-04 15:15:38 -04:00
Andrea Catania ff1cda766d Code formatted with 2019-11-05 07:16:38 +01:00
Victor Koenders df4f27e40e Fixed warnings 2018-06-08 14:01:26 +02:00
Brendan Zabarauskas 4c8fc61e23 Fix benchmarks 2015-12-22 22:55:59 +11:00
Jonathan Neuschäfer c8cb9291ee bench: replace iter::range with range syntax 2015-03-18 18:21:39 +01:00
Jonathan Neuschäfer f4ac3952bd Grammar/spelling fixes 2015-03-18 17:51:38 +01:00
Jonathan Neuschäfer 4c527f8334 s/AUTHORS file/Cargo.toml file/ 2015-03-18 17:51:03 +01:00
Colin Sherratt e064ea0e59 int to isize 2015-01-09 16:28:33 -07:00
Colin Sherratt dde1fd26be fixed bench macros 2015-01-09 15:59:43 -07:00
Colin Sherratt c7270a9077 Update to latest rustc 2015-01-07 15:34:42 -07:00
Connorcpu 22c2fe4755 Updated to rust nightly 2015-01-03 13:29:26 -08:00
Connorcpu 6e9cd482eb Fixed macros in the benches 2014-12-19 10:06:39 -08:00
Sébastien Crozet 0bbefed4bc Improve the benchmark suite.
As a side effect, this adds `Rand` deriving to the benchmarked strucures.
2014-11-07 16:23:10 +01:00