mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 12:17:58 +00:00
Full block import benchmark (#4865)
* full block import benchmark * try rocksdb cache * add profiling helper * use random keyring instead of zero caching * update docs * add more io stats * remove last sentence * add ci job to see * Update primitives/keyring/src/sr25519.rs Co-Authored-By: Marcio Diaz <marcio.diaz@gmail.com> * switch to 100tx-block * remove ci script Co-authored-by: Marcio Diaz <marcio@parity.io>
This commit is contained in:
@@ -35,6 +35,9 @@ pub type Client = sc_client::Client<
|
||||
node_runtime::RuntimeApi,
|
||||
>;
|
||||
|
||||
/// Transaction for node-runtime.
|
||||
pub type Transaction = sc_client_api::backend::TransactionFor<Backend, node_primitives::Block>;
|
||||
|
||||
/// Genesis configuration parameters for `TestClient`.
|
||||
#[derive(Default)]
|
||||
pub struct GenesisParameters {
|
||||
|
||||
Reference in New Issue
Block a user