Clean up existing benchmarks (#9839)

* Add FIXME link for a state mod statement

* Remove unused benches feature in ethcore

* Fix evm benches compile

* Fix ethash benches compile

* Switch to criterion
This commit is contained in:
Wei Tang
2018-11-06 21:22:44 +08:00
committed by GitHub
parent c4469514db
commit 1a642fc624
12 changed files with 709 additions and 356 deletions

View File

@@ -15,7 +15,6 @@
// along with Parity. If not, see <http://www.gnu.org/licenses/>.
#![warn(missing_docs)]
#![cfg_attr(feature = "benches", feature(test))]
//! Ethcore library
//!