Move runtime benchmark

This commit is contained in:
Greg Fitzgerald 2019-02-07 10:24:23 -07:00 committed by Grimes
parent f6515b2b6a
commit cdb2a7bef3
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
extern crate test;
use solana::runtime::*;
use solana_runtime::*;
use test::Bencher;
#[bench]