Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 40 commits
Commits
Show all changes
77 commits
Select commit Hold shift + click to select a range
c13b500
extract repeat out of benchmark
shawntabrizi Jul 19, 2021
c309539
remove r
shawntabrizi Jul 19, 2021
e909b9d
unused
shawntabrizi Jul 19, 2021
6e70861
cargo run --quiet --release --features=runtime-benchmarks --manifest-…
Jul 19, 2021
30e9e5f
cargo run --quiet --release --features=runtime-benchmarks --manifest-…
Jul 19, 2021
66c1dbb
cargo run --quiet --release --features=runtime-benchmarks --manifest-…
Jul 19, 2021
cd01587
use linked map to keep order
shawntabrizi Jul 21, 2021
8c42f39
Merge branch 'master' of https://github.com/paritytech/substrate into…
Jul 21, 2021
d0184a0
cargo run --quiet --release --features=runtime-benchmarks --manifest-…
Jul 21, 2021
31810d9
Delete pallet_balances.rs
shawntabrizi Jul 21, 2021
1ab0066
Delete out
shawntabrizi Jul 21, 2021
257fbbb
cargo run --quiet --release --features=runtime-benchmarks --manifest-…
Jul 21, 2021
ca5cdc5
steps and repeat to tuple (current_*, total_*)
shawntabrizi Jul 22, 2021
f42d16f
idea for list command
shawntabrizi Jul 22, 2021
8a0ed37
Merge branch 'master' into shawntabrizi-refactor-benchmarks
shawntabrizi Jul 29, 2021
81a7e77
fmt
shawntabrizi Jul 29, 2021
9467179
use benchmark list in cli
shawntabrizi Jul 30, 2021
e760e3e
handle steps in cli
shawntabrizi Jul 30, 2021
630ab7a
move log update to cli
shawntabrizi Jul 30, 2021
d4b3f9d
fmt
shawntabrizi Jul 30, 2021
39bd8c0
remove old todo
shawntabrizi Jul 30, 2021
fb8fc17
line width
shawntabrizi Jul 30, 2021
0f713c7
Merge branch 'master' of https://github.com/paritytech/substrate into…
Jul 30, 2021
5627eba
cargo run --quiet --release --features=runtime-benchmarks --manifest-…
Jul 30, 2021
ced0514
benchmark metadata function
shawntabrizi Jul 30, 2021
1945af5
don't need this warm up
shawntabrizi Jul 30, 2021
b243b02
cargo run --quiet --release --features=runtime-benchmarks --manifest-…
Jul 30, 2021
14a4342
fix warnings
shawntabrizi Jul 30, 2021
ee3b2f7
fix node-template
shawntabrizi Jul 30, 2021
0ae6038
fix
shawntabrizi Jul 30, 2021
f2ae7a1
fmt
shawntabrizi Jul 31, 2021
b7fa4aa
line width
shawntabrizi Jul 31, 2021
f5a839b
cargo run --quiet --release --features=runtime-benchmarks --manifest-…
Jul 31, 2021
e3ad6dd
improve docs
shawntabrizi Jul 31, 2021
98b3280
improve cli
shawntabrizi Jul 31, 2021
cc6e48b
fix format
shawntabrizi Jul 31, 2021
8051bf1
fix bug?
shawntabrizi Aug 1, 2021
d62a13e
Revert "fix bug?"
shawntabrizi Aug 1, 2021
0e20a92
skip frame-metadata
shawntabrizi Aug 1, 2021
a6aa550
extract repeat out of benchmark
shawntabrizi Jul 19, 2021
5cbc0fe
remove r
shawntabrizi Jul 19, 2021
a7ed886
cargo run --quiet --release --features=runtime-benchmarks --manifest-…
Jul 19, 2021
4079b32
cargo run --quiet --release --features=runtime-benchmarks --manifest-…
Jul 19, 2021
fbd8e48
cargo run --quiet --release --features=runtime-benchmarks --manifest-…
Jul 19, 2021
05ee330
use linked map to keep order
shawntabrizi Jul 21, 2021
8cf07b4
cargo run --quiet --release --features=runtime-benchmarks --manifest-…
Jul 21, 2021
4518215
Delete pallet_balances.rs
shawntabrizi Jul 21, 2021
8de8043
Delete out
shawntabrizi Jul 21, 2021
8c27b0b
cargo run --quiet --release --features=runtime-benchmarks --manifest-…
Jul 21, 2021
69b5649
steps and repeat to tuple (current_*, total_*)
shawntabrizi Jul 22, 2021
bf949d0
idea for list command
shawntabrizi Jul 22, 2021
19553a7
fmt
shawntabrizi Jul 29, 2021
bea0029
use benchmark list in cli
shawntabrizi Jul 30, 2021
80d5ab3
handle steps in cli
shawntabrizi Jul 30, 2021
6f06056
move log update to cli
shawntabrizi Jul 30, 2021
7f88e7f
remove old todo
shawntabrizi Jul 30, 2021
cc4479a
line width
shawntabrizi Jul 30, 2021
83e5a49
cargo run --quiet --release --features=runtime-benchmarks --manifest-…
Jul 30, 2021
33a8243
benchmark metadata function
shawntabrizi Jul 30, 2021
a366ed2
don't need this warm up
shawntabrizi Jul 30, 2021
60cdd06
cargo run --quiet --release --features=runtime-benchmarks --manifest-…
Jul 30, 2021
a2c2dbd
fix warnings
shawntabrizi Jul 30, 2021
c8f7ce1
fix node-template
shawntabrizi Jul 30, 2021
0a3043b
fix
shawntabrizi Jul 30, 2021
04df7e8
fmt
shawntabrizi Jul 31, 2021
2a0d85e
line width
shawntabrizi Jul 31, 2021
20ccbc7
cargo run --quiet --release --features=runtime-benchmarks --manifest-…
Jul 31, 2021
4f1a560
improve docs
shawntabrizi Jul 31, 2021
e743100
improve cli
shawntabrizi Jul 31, 2021
f1fdbac
fix format
shawntabrizi Jul 31, 2021
2ed43f3
fix bug?
shawntabrizi Aug 1, 2021
17f33f8
Revert "fix bug?"
shawntabrizi Aug 1, 2021
70eeb9f
skip frame-metadata
shawntabrizi Aug 1, 2021
7420ed0
Merge branch 'shawntabrizi-refactor-benchmarks' of https://github.com…
shawntabrizi Aug 1, 2021
048b452
Update .gitlab-ci.yml
shawntabrizi Aug 1, 2021
0c0e112
fix import
shawntabrizi Aug 1, 2021
fec5ee2
Update .gitlab-ci.yml
shawntabrizi Aug 1, 2021
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
2 changes: 1 addition & 1 deletion utils/frame/benchmarking-cli/src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ use sp_externalities::Extensions;
use sp_keystore::{testing::KeyStore, KeystoreExt, SyncCryptoStorePtr};
use sp_runtime::traits::{Block as BlockT, Header as HeaderT, NumberFor};
use sp_state_machine::StateMachine;
use std::{collections::HashMap, fmt::Debug, sync::Arc};
use std::{fmt::Debug, sync::Arc};

// This takes multiple benchmark batches and combines all the results where the pallet, instance,
// and benchmark are the same.
Expand Down