-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatic Travis documentation build
Move benchmarks to an inner crate That's because there are following requirements: * Tests should work for pre-1.26 and post-1.26 Rust alike; * Benchmarks depend on 128-bit integer support from Rand. The issue is that Rand 0.5 supports that via Cargo feature flag, not `rustc` version detection and `cfg`-dependent feature selection doesn't work: <rust-lang/cargo#2524>. A solution is to have a crate just for benchmarking. The directory structure looks like this because there are plans to use Criterion for benchmarking on stable and beta Rusts.
- Loading branch information
Travis CI User
committed
Nov 11, 2018
1 parent
9cf2674
commit 0e83c60
Showing
162 changed files
with
750 additions
and
497 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
22 changes: 10 additions & 12 deletions
22
master/rand/distributions/uniform/trait.SampleUniform.html
Large diffs are not rendered by default.
Oops, something went wrong.
24 changes: 11 additions & 13 deletions
24
master/rand/distributions/uniform/trait.UniformSampler.html
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.