Skip to content
Snippets Groups Projects
Unverified Commit a65ca308 authored by Shawn Tabrizi's avatar Shawn Tabrizi Committed by GitHub
Browse files

Update frame/benchmarking/README.md

parent 3fd0b030
No related merge requests found
......@@ -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.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment