Skip to content
Snippets Groups Projects
Unverified Commit e86f84b8 authored by Martin Hořeňovský's avatar Martin Hořeňovský
Browse files

Mention that run == iteration in benchmarking docs

parent d012735c
Branches
Tags
No related merge requests found
...@@ -11,7 +11,8 @@ First off, let's go over some terminology that will be used throughout this ...@@ -11,7 +11,8 @@ First off, let's go over some terminology that will be used throughout this
guide. guide.
- *User code*: user code is the code that the user provides to be measured. - *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 - *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 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 run if the clock available does not have enough resolution to accurately
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment