mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 07:37:57 +00:00
Executor: Add create_runtime_from_artifact_bytes (#14184)
This commit is contained in:
@@ -188,12 +188,19 @@ fn bench_call_instance(c: &mut Criterion) {
|
||||
},
|
||||
),
|
||||
(
|
||||
"pooling_vanilla",
|
||||
"pooling_vanilla_fresh",
|
||||
Method::Compiled {
|
||||
instantiation_strategy: InstantiationStrategy::Pooling,
|
||||
precompile: false,
|
||||
},
|
||||
),
|
||||
(
|
||||
"pooling_vanilla_precompiled",
|
||||
Method::Compiled {
|
||||
instantiation_strategy: InstantiationStrategy::Pooling,
|
||||
precompile: true,
|
||||
},
|
||||
),
|
||||
(
|
||||
"pooling_cow_fresh",
|
||||
Method::Compiled {
|
||||
|
||||
Reference in New Issue
Block a user