Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.
Closed
Changes from all commits
Commits
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
6 changes: 3 additions & 3 deletions bench.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ var SubstrateRuntimeBenchmarkConfigs = {
title: "Benchmark Runtime Pallet",
branchCommand: [
'cargo run --release',
'--features=runtime-benchmarks',
'--features=runtime-benchmarks,disable-logging',
'--manifest-path=bin/node/cli/Cargo.toml',
'--',
'benchmark',
Expand All @@ -149,7 +149,7 @@ var SubstrateRuntimeBenchmarkConfigs = {
title: "Benchmark Runtime Substrate Pallet",
branchCommand: [
'cargo run --release',
'--features=runtime-benchmarks',
'--features=runtime-benchmarks,disable-logging',
'--manifest-path=bin/node/cli/Cargo.toml',
'--',
'benchmark',
Expand All @@ -167,7 +167,7 @@ var SubstrateRuntimeBenchmarkConfigs = {
},
"custom": {
title: "Benchmark Runtime Custom",
branchCommand: 'cargo run --release --features runtime-benchmarks --manifest-path bin/node/cli/Cargo.toml -- benchmark',
branchCommand: 'cargo run --release --features runtime-benchmarks,disable-logging --manifest-path bin/node/cli/Cargo.toml -- benchmark',
}
}

Expand Down