Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TwentyFourMinutes committed Jan 31, 2021
1 parent e866f65 commit e250a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docfx/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ compositeScore = Σ((meanTime / lowestMeanTimeOfGroup - 1) + (allocation / lowes
```
A group is considered as a list of benchmark entries which are inside the same file and have the same count and target framework. Now as some ORM's don't have any benchmarks entries for specific benchmark groups it will instead take the _lowest_ mean and the _lowest_ allocation from this group. The source code of the calculation can be found [here](./src/Venflow/Venflow.Score).

#### Disclaimerd
#### Disclaimer

The benchmarks themselves or even the calculation of the composite numbers may not be right and contain bugs. Therefor consider these results with a grain of salt. If you find any bugs inside the calculations or in the benchmarks please create an issue and I'll try to fix it ASAP.

Expand Down

0 comments on commit e250a49

Please sign in to comment.