From a65ca308623af48967f2240146b032eb58b4038f Mon Sep 17 00:00:00 2001 From: Shawn Tabrizi <shawntabrizi@gmail.com> Date: Thu, 17 Sep 2020 16:01:58 +0200 Subject: [PATCH] Update frame/benchmarking/README.md --- frame/benchmarking/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frame/benchmarking/README.md b/frame/benchmarking/README.md index dac7ab13a75..7dba0f998d7 100644 --- a/frame/benchmarking/README.md +++ b/frame/benchmarking/README.md @@ -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. -- GitLab