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 32e9c6a commit c9f72eeCopy full SHA for c9f72ee
README.md
@@ -33,9 +33,9 @@ docker run -it --rm \
33
# Run phoronix phpbench test:
34
35
```bash
36
-wget https://phoronix-test-suite.com/benchmark-files/phpbench-081-patched1.zip
37
-unzip phpbench-081-patched1.zip
38
-cd phpbench-0.8.1-patched1/
+wget https://phoronix-test-suite.com/benchmark-files/phpbench-081-patched2.zip
+unzip ./phpbench-081-patched2.zip
+cd ./phpbench-081-patched2/
39
docker run -it --rm \
40
--name bench-script \
41
-v "$PWD":/usr/src/myapp \
0 commit comments