Tidy benches file

This commit is contained in:
Paul Hauner 2018-09-28 17:30:49 +09:30
parent 8020b897c6
commit 13467abd7f
No known key found for this signature in database
GPG Key ID: 303E4494BB28068C

View File

@ -1,9 +1,3 @@
/*
* Note: this is a copy of the ./tests.rs file that is rigged to give some fast and easy
* benchmarking.
*
* This file should be moved into a bench/ dir in the root and structured correctly.
*/
extern crate test; extern crate test;
use self::test::Bencher; use self::test::Bencher;