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 a5bf053 commit a6f8bb5Copy full SHA for a6f8bb5
README.md
@@ -91,7 +91,7 @@ $ git clone https://github.com/myaaghubi/PHP-Frameworks-Bench.git
91
$ cd PHP-Frameworks-Bench
92
93
# optional
94
-$ nano benchmark.config
+$ nano config
95
96
# run the setup & follow the progress
97
$ yes | bash setup.sh
@@ -128,7 +128,7 @@ $ bash benchmark.sh
128
129
Results with docker may not be reliable but in a situation you can use it like:
130
131
-1- Change the `base` in `benchmark.config` on the right port(`8080` considered):
+1- Change the `base` in `config` on the right port(`8080` considered):
132
133
```ini
134
base="http://127.0.0.1:8080/PHP-Frameworks-Bench"
0 commit comments