chore: regenerate umbrella crate, fix feature propagation
This commit is contained in:
@@ -15,11 +15,11 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
use criterion::{criterion_group, criterion_main, Criterion};
|
||||
use pezsp_api::ProvideRuntimeApi;
|
||||
use bizinikiwi_test_runtime_client::{
|
||||
runtime::TestAPI, DefaultTestClientBuilderExt, TestClientBuilder, TestClientBuilderExt,
|
||||
};
|
||||
use criterion::{criterion_group, criterion_main, Criterion};
|
||||
use pezsp_api::ProvideRuntimeApi;
|
||||
|
||||
fn pezsp_api_benchmark(c: &mut Criterion) {
|
||||
c.bench_function("add one with same runtime api", |b| {
|
||||
|
||||
@@ -38,9 +38,9 @@ use bizinikiwi_test_runtime_client::{
|
||||
DefaultTestClientBuilderExt, TestClient, TestClientBuilder,
|
||||
};
|
||||
|
||||
use bizinikiwi_test_runtime_client::pezsc_executor::WasmExecutor;
|
||||
use codec::Encode;
|
||||
use pezsp_consensus::SelectChain;
|
||||
use bizinikiwi_test_runtime_client::pezsc_executor::WasmExecutor;
|
||||
|
||||
#[test]
|
||||
fn calling_runtime_function() {
|
||||
|
||||
Reference in New Issue
Block a user