File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,9 +30,11 @@ Or manually update `require-dev` block of `composer.json` and run `composer upda
3030
3131## Usage
3232
33- > Note
33+ > [ !NOTE ]
3434>
35- > The result of the execution is printed to the console, so make sure you call the code from the console.
35+ > When measuring the average value among the results, when more than 9 iterations are used, the final data is filtered by
36+ > peak values. The calculation of the 10% of the lowest and 10% of the highest values is excluded from the total result,
37+ > thus the final data becomes cleaner and less dependent on any external factors.
3638
3739### Quick Start
3840
@@ -140,10 +142,6 @@ Example output with named keys:
140142+-------+-------------------------+-------------------------+
141143```
142144
143- When measuring the average value among the results, when more than 9 iterations are used, the final data is filtered by
144- peak values. The calculation of the 10% of the lowest and 10% of the highest values is excluded from the total result,
145- thus the final data becomes cleaner and less dependent on any external factors.
146-
147145### Iterations Count
148146
149147By default, the benchmark performs 100 iterations per callback, but you can change this number by calling
You can’t perform that action at this time.
0 commit comments