Skip to content

Commit ce4a90c

Browse files
Merge pull request #136 from cl0w5/rebench
Add XCM bench helpers and rebench
2 parents 4b0a108 + f4bc64d commit ce4a90c

File tree

5 files changed

+428
-370
lines changed

5 files changed

+428
-370
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "neuroweb-runtime"
3-
version = "145.0.0"
3+
version = "146.0.0"
44
authors = ["TraceLabs"]
55
description = "NeuroWeb Runtime - Cumulus FRAME-based Substrate Runtime"
66
license = "GPL-3.0-only"

runtime/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
152152
spec_name: create_runtime_str!("origintrail-parachain"),
153153
impl_name: create_runtime_str!("neuroweb"),
154154
authoring_version: 1,
155-
spec_version: 145,
155+
spec_version: 146,
156156
impl_version: 0,
157157
apis: RUNTIME_API_VERSIONS,
158158
transaction_version: 1,
@@ -1209,6 +1209,7 @@ mod benches {
12091209
[pallet_vesting, Vesting]
12101210
[pallet_wrapper, Wrapper]
12111211
[pallet_xc_asset_config, XcAssetConfig]
1212+
[pallet_xcm, pallet_xcm::benchmarking::Pallet<Runtime>]
12121213
[pallet_xcm_fungible, pallet_xcm_benchmarks::fungible::Pallet::<Runtime>]
12131214
[pallet_xcm_generic, pallet_xcm_benchmarks::generic::Pallet::<Runtime>]
12141215
);

0 commit comments

Comments
 (0)