Move runtime benchmark
This commit is contained in:
parent
f6515b2b6a
commit
cdb2a7bef3
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
extern crate test;
|
extern crate test;
|
||||||
|
|
||||||
use solana::runtime::*;
|
use solana_runtime::*;
|
||||||
use test::Bencher;
|
use test::Bencher;
|
||||||
|
|
||||||
#[bench]
|
#[bench]
|
Loading…
Reference in New Issue