File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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).
992 . Run the ` test.php ` from your browser. Once it's completed, the results will be saved as CSV files in the ` csv ` folder.
10103 . To draw the results you need the Charts class, which is not released open source with this package.
11114 . View and compare results by visiting ` index.php ` .
12125 . 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.
You can’t perform that action at this time.
0 commit comments