Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
Catch2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Avionics
Software Development
Third Party
Catch2
Commits
e86f84b8
Unverified
Commit
e86f84b8
authored
3 years ago
by
Martin Hořeňovský
Browse files
Options
Downloads
Patches
Plain Diff
Mention that run == iteration in benchmarking docs
parent
d012735c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/benchmarks.md
+2
-1
2 additions, 1 deletion
docs/benchmarks.md
with
2 additions
and
1 deletion
docs/benchmarks.md
+
2
−
1
View file @
e86f84b8
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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