Skip to content

Commit

Permalink
Updated remorhaz/php-json-patch average timing data in the README.md …
Browse files Browse the repository at this point in the history
…file
  • Loading branch information
blancks committed Sep 10, 2024
1 parent 9d18d21 commit d1ecda2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ composer require blancks/fast-jsonpatch-php
The following table shows the average time each library took to apply a patch with 1000 operations to a target document as summary of the performance. \
The benchmark script and full data is available at [blancks/php-jsonpatch-benchmarks](https://github.com/blancks/php-jsonpatch-benchmarks).

| Library | Microseconds |
|-----------------------------|------------------------------------|
| blancks/fast-jsonpatch-php | 2903 |
| mikemccabe/json-patch-php | 3355 |
| swaggest/json-diff | 3638 |
| gamringer/php-json-patch | 7276 |
| xp-forge/json-patch | 8534 |
| php-jsonpatch/php-jsonpatch | 10970 |
| remorhaz/php-json-patch | N/A (needs many hours to complete) |
| Library | Microseconds |
|-----------------------------|--------------|
| blancks/fast-jsonpatch-php | 2903 |
| mikemccabe/json-patch-php | 3355 |
| swaggest/json-diff | 3638 |
| gamringer/php-json-patch | 7276 |
| xp-forge/json-patch | 8534 |
| php-jsonpatch/php-jsonpatch | 10970 |
| remorhaz/php-json-patch | 870711 |

## Key features

Expand Down

0 comments on commit d1ecda2

Please sign in to comment.