Skip to content

Commit

Permalink
Merge pull request #168 from 8ctopus/improve-readme
Browse files Browse the repository at this point in the history
Add performance to readme
  • Loading branch information
DavidePastore authored Dec 10, 2024
2 parents 65bcf59 + e5355c8 commit 73c7b42
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,11 @@ $conf1->merge($conf2);
Examples of simple, valid configuration files can be found [here](tests/mocks/pass).


## Performance

Please note that there is a significant drop in performance with configurations in the `yaml` format: Load configuration was 1ms in both `json` and `php` while the same configuration was 5ms with yaml.


## Testing

``` bash
Expand Down

0 comments on commit 73c7b42

Please sign in to comment.