From e86f84b8effb7ffcdc5c7d59b0acb577b4b26a9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Mon, 15 Nov 2021 23:09:18 +0100 Subject: [PATCH] Mention that run == iteration in benchmarking docs --- docs/benchmarks.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/benchmarks.md b/docs/benchmarks.md index 101539dd..548913c7 100644 --- a/docs/benchmarks.md +++ b/docs/benchmarks.md @@ -11,7 +11,8 @@ First off, let's go over some terminology that will be used throughout this guide. - *User code*: user code is the code that the user provides to be measured. -- *Run*: one run is one execution of the user code. +- *Run*: one run is one execution of the user code. Sometimes also referred + to as an _iteration_. - *Sample*: one sample is one data point obtained by measuring the time it takes to perform a certain number of runs. One sample can consist of more than one run if the clock available does not have enough resolution to accurately