Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
cc3459c
Added new empty shell runtime for `BridgeHubPolkadot` (without bridgi…
bkontur Jan 24, 2023
6c05bc9
Fix benchmarks/try-runtime
bkontur Jan 24, 2023
783e5db
".git/.scripts/commands/bench/bench.sh" pallet bridge-hub-polkadot br…
Jan 24, 2023
5c9834e
".git/.scripts/commands/bench/bench.sh" pallet bridge-hub-polkadot br…
Jan 24, 2023
863a3b5
Merge branch 'master' of https://github.com/paritytech/cumulus into HEAD
Jan 24, 2023
a03cf2d
".git/.scripts/commands/bench/bench.sh" pallet bridge-hub-polkadot br…
Jan 25, 2023
7d50ed3
".git/.scripts/commands/bench/bench.sh" pallet bridge-hub-polkadot br…
Jan 25, 2023
8e4a17f
Fixes
bkontur Jan 25, 2023
49638be
".git/.scripts/commands/bench/bench.sh" pallet bridge-hub-polkadot br…
Jan 25, 2023
00e2533
".git/.scripts/commands/bench/bench.sh" pallet bridge-hub-polkadot br…
Jan 25, 2023
cd699f7
".git/.scripts/commands/bench/bench.sh" pallet bridge-hub-polkadot br…
Jan 25, 2023
0260645
Merge branch 'master' of https://github.com/paritytech/cumulus into HEAD
Jan 26, 2023
3c9656d
".git/.scripts/commands/bench/bench.sh" pallet bridge-hub-polkadot br…
Jan 26, 2023
71e7baf
Merge branch 'master' of https://github.com/paritytech/cumulus into HEAD
Jan 26, 2023
728f1ca
".git/.scripts/commands/bench/bench.sh" pallet bridge-hub-polkadot br…
Jan 26, 2023
728ac58
PR fixes
bkontur Jan 30, 2023
488a4d7
Merge remote-tracking branch 'origin/master' into bko-bridge-hub-polk…
bkontur Jan 30, 2023
16bf6d2
Rebase fix
bkontur Jan 30, 2023
af26254
Fix new runtime api
bkontur Jan 30, 2023
c7c2cf3
".git/.scripts/commands/bench/bench.sh" xcm bridge-hub-polkadot bridg…
Jan 30, 2023
82763cd
".git/.scripts/commands/bench/bench.sh" xcm bridge-hub-polkadot bridg…
Jan 30, 2023
fba5da5
Updated aura/bootNodes in `create_bridge_hub_polkadot_spec.sh`
bkontur Jan 31, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
".git/.scripts/commands/bench/bench.sh" pallet bridge-hub-polkadot br…
…idge-hubs pallet_timestamp
  • Loading branch information
command-bot committed Jan 25, 2023
commit cd699f7b8d52fc8a1e544f26d69b2f916273dd2c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Parity Technologies (UK) Ltd.
// Copyright 2021 Parity Technologies (UK) Ltd.
// This file is part of Cumulus.

// Cumulus is free software: you can redistribute it and/or modify
Expand All @@ -17,24 +17,25 @@
//! Autogenerated weights for `pallet_timestamp`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2022-12-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-kusama-dev"), DB CACHE: 1024
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-polkadot-dev"), DB CACHE: 1024

// Executed Command:
// ./artifacts/polkadot-parachain
// target/production/polkadot-parachain
// benchmark
// pallet
// --chain=bridge-hub-kusama-dev
// --steps=50
// --repeat=20
// --extrinsic=*
// --execution=wasm
// --wasm-execution=compiled
// --heap-pages=4096
// --json-file=/builds/parity/mirrors/cumulus/.git/.artifacts/bench.json
// --pallet=pallet_timestamp
// --extrinsic=*
// --steps=50
// --repeat=20
// --json
// --chain=bridge-hub-polkadot-dev
// --header=./file_header.txt
// --output=./parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/pallet_timestamp.rs
// --output=./parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/

#![cfg_attr(rustfmt, rustfmt_skip)]
#![allow(unused_parens)]
Expand All @@ -49,13 +50,13 @@ impl<T: frame_system::Config> pallet_timestamp::WeightInfo for WeightInfo<T> {
// Storage: Timestamp Now (r:1 w:1)
// Storage: Aura CurrentSlot (r:1 w:0)
fn set() -> Weight {
// Minimum execution time: 9_095 nanoseconds.
Weight::from_ref_time(9_288_000)
// Minimum execution time: 8_887 nanoseconds.
Weight::from_ref_time(9_240_000)
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
}
fn on_finalize() -> Weight {
// Minimum execution time: 3_901 nanoseconds.
Weight::from_ref_time(4_060_000)
// Minimum execution time: 3_887 nanoseconds.
Weight::from_ref_time(4_115_000)
}
}