Chris Morgan
›
Git
›
anymap
› commitdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
patch
|
inline
| side by side (from:
b3811cf
)
commit
grep
author
committer
pickaxe
?
search:
re
Remove the `bench` Cargo feature as superfluous
author
Chris Morgan
<me@chrismorgan.info>
Fri, 20 Jan 2017 16:01:56 +0000
committer
Chris Morgan
<me@chrismorgan.info>
Fri, 7 Jul 2017 00:55:35 +0000
A better pattern is to put benchmarks in the `benches` directory;
that way, `cargo test` won’t pick them up by default,
and so it won’t fail on the stable and beta channels.
No differences found