Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Duniter v2S
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nodes
rust
Duniter v2S
Commits
4cbfe602
Commit
4cbfe602
authored
6 months ago
by
bgallois
Committed by
Hugo Trentesaux
6 months ago
Browse files
Options
Downloads
Patches
Plain Diff
fix
#241
parent
4855f9fc
No related branches found
No related tags found
1 merge request
!281
Upgrade polkadot v1.16.0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/run_all_benchmarks.sh
+1
-1
1 addition, 1 deletion
scripts/run_all_benchmarks.sh
with
1 addition
and
1 deletion
scripts/run_all_benchmarks.sh
+
1
−
1
View file @
4cbfe602
...
...
@@ -4,5 +4,5 @@ do
cargo build
--release
--no-default-features
--features
runtime-benchmarks,
$chain
target/release/duniter benchmark storage
--chain
=
dev
--mul
=
2
--weight-path
=
./runtime/
$chain
/src/weights/
--state-version
=
1
--database
=
paritydb
target/release/duniter benchmark overhead
--chain
=
dev
--wasm-execution
=
compiled
--weight-path
=
./runtime/
$chain
/src/weights/
--warmup
=
10
--repeat
=
100
target/release/duniter benchmark pallet
--
chain
=
dev
--steps
=
50
--repeat
=
20
--pallet
=
"*"
--extrinsic
=
"*"
--wasm-execution
=
compiled
--heap-pages
=
4096
--header
=
./file_header.txt
--output
=
./runtime/
$chain
/src/weights/
target/release/duniter benchmark pallet
--
genesis-builder
=
spec-genesis
--steps
=
50
--repeat
=
20
--pallet
=
"*"
--extrinsic
=
"*"
--wasm-execution
=
compiled
--heap-pages
=
4096
--header
=
./file_header.txt
--output
=
./runtime/
$chain
/src/weights/
done
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment