Skip to content

Commit ae058df

Browse files
Update README.md
1 parent ce3aa0b commit ae058df

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff 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

149147
By default, the benchmark performs 100 iterations per callback, but you can change this number by calling

0 commit comments

Comments
 (0)