Skip to content

Commit

Permalink
Merge remote-tracking branch 'github/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
blancks committed Sep 10, 2024
2 parents d1ecda2 + 40bee94 commit 91b787f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ composer require blancks/fast-jsonpatch-php

## Benchmark Results

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 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 |
Expand All @@ -32,6 +32,8 @@ The benchmark script and full data is available at [blancks/php-jsonpatch-bench
| php-jsonpatch/php-jsonpatch | 10970 |
| remorhaz/php-json-patch | 870711 |

Performance comparison between releases is still available [here](https://docs.google.com/spreadsheets/d/1YHVZ38GHf0v9nJMCz5Sx_Z5nz8_VKiwnDpaGnnHtiXQ/edit?usp=sharing)

## Key features

1. **Apply JSON Patch Operations:**
Expand Down

0 comments on commit 91b787f

Please sign in to comment.