Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
substrate
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Denis_P
substrate
Commits
a65ca308
Unverified
Commit
a65ca308
authored
4 years ago
by
Shawn Tabrizi
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update frame/benchmarking/README.md
parent
3fd0b030
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
frame/benchmarking/README.md
+2
-2
2 additions, 2 deletions
frame/benchmarking/README.md
with
2 additions
and
2 deletions
frame/benchmarking/README.md
+
2
−
2
View file @
a65ca308
...
...
@@ -21,8 +21,8 @@ block production and import process running smoothly.
To achieve this, we need to model how long it takes to run each function in the runtime by:
*
Creating custom benchmarking logic that executes a specific code path of a function.
*
Executing the benchmark in the Wasm execution environment
and
on a specific set of
hardware, custom runtime configuration, etc...
*
Executing the benchmark in the Wasm execution environment
,
on a specific set of
hardware,
with a
custom runtime configuration, etc...
*
Executing the benchmark across controlled ranges of possible values that may affect the result of
the benchmark (called "components").
*
Executing the benchmark multiple times at each point in order to isolate and remove outliers.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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