Closed indiv0 closed 7 years ago
Move the fetch benchmark into a submodule, along with the necessary crate import. This is necessary so that all benchmark functionality will be gated behind the "unstable" feature, allowing cargo test to work on stable, etc.
fetch
cargo test
This change is
Reviewed 2 of 2 files at r1. Review status: all files reviewed at latest revision, all discussions resolved.
Comments from Reviewable
Move the
fetch
benchmark into a submodule, along with the necessary crate import. This is necessary so that all benchmark functionality will be gated behind the "unstable" feature, allowingcargo test
to work on stable, etc.This change is