We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ed415d commit 4750ed6Copy full SHA for 4750ed6
README.md
@@ -26,7 +26,16 @@ It allows you to map objects to arrays/JSON and **automatically generate OpenAPI
26
27
## Benchmark
28
29
-
+```bash
30
+ Run vendor/bin/phpbench run benchmarks/ --bootstrap=vendor/autoload.php
31
+ PHPBench (1.4.1) running benchmarks... #standwithukraine
32
+ with PHP version 8.4.8, xdebug ❌, opcache ❌
33
+
34
+ benchObjectCreation.....................I4 ✔ Mo117.841μs (±3.09%)
35
+ benchObjectCreationWithoutCache.........I4 ✔ Mo284.568μs (±0.71%)
36
+ benchObjectToArray......................I4 ✔ Mo62.883μs (±0.56%)
37
+ benchObjectToArrayWithoutCache..........I4 ✔ Mo211.700μs (±0.84%)
38
+```
39
40
## Quick Start
41
0 commit comments