Skip to content

Commit 800c55d

Browse files
committed
Merge pull request #4 from romaninsh/patch-1
using right file name.
2 parents e84052b + 5626679 commit 800c55d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ This benchmark tests the speed and memory consumption of PHP template engines. Y
55

66
##How to run the benchmark
77

8-
1. Add your database login details to the `library/conf.db.php` file (make sure the user has permission to create tables).
8+
1. Add your database login details to the `config/db.php` file (make sure the user has permission to create tables).
99
2. Run the `test.php` from your browser. Once it's completed, the results will be saved as CSV files in the `csv` folder.
1010
3. To draw the results you need the Charts class, which is not released open source with this package.
1111
4. View and compare results by visiting `index.php`.
1212
5. To add more engines to the test, upload the engine to the `template_engines` folder and re-create the `assign` and `loop` tests.
13-
Check out the `php` engine for a simple example of what is required, then add your engine to the `library/config.php` file.
13+
Check out the `php` engine for a simple example of what is required, then add your engine to the `library/config.php` file.

0 commit comments

Comments
 (0)