From 6035e1236fb9ea348f1e45d3f2c96d35e06b4309 Mon Sep 17 00:00:00 2001 From: Nick Tsai Date: Mon, 24 Jul 2017 15:32:20 +0800 Subject: [PATCH] Update README.md Additional remarks for project path setting concept. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6bb15f393..f880c3878 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,8 @@ $ bash benchmark.sh See . +> The project path must be under the root of DOCUMENT_ROOT and named `php-framework-benchmark`, which keep the process right for output data. + If you want to benchmark some frameworks: ~~~