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 21af268 commit 6bd1753Copy full SHA for 6bd1753
README.md
@@ -71,7 +71,7 @@ composer install
71
72
Then, you can execute the benchmark script:
73
```bash
74
-php ./src/benchmark.php [library]
+php jpbench [library]
75
```
76
77
**[library]** may be one of the following:
@@ -85,7 +85,7 @@ php ./src/benchmark.php [library]
85
86
for example:
87
88
-php ./src/benchmark.php blancks_fast-jsonpatch
+php jpbench blancks_fast-jsonpatch
89
90
91
jpbench
@@ -0,0 +1,4 @@
1
+#!/usr/bin/env php
2
+<?php declare(strict_types=1);
3
+
4
+require __DIR__ .'/src/benchmark.php';
0 commit comments