Rename Runtime to MessageProcessor

This commit is contained in:
Greg Fitzgerald
2019-04-02 09:35:38 -06:00
parent 77bb9e7ffc
commit a0041cec97
5 changed files with 23 additions and 23 deletions

View File

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