|
@@ -5,13 +5,13 @@ This is the FuelPHP portion of a [benchmarking test suite](../) comparing a vari
|
|
|
### JSON Encoding Test
|
|
|
Uses the PHP standard [JSON encoder](http://www.php.net/manual/en/function.json-encode.php).
|
|
|
|
|
|
-* [JSON test controller](fuel/app/classes/controllers/bench.php)
|
|
|
+* [JSON test controller](fuel/app/classes/controller/bench.php)
|
|
|
|
|
|
|
|
|
### Data-Store/Database Mapping Test
|
|
|
Uses the Fuel ORM
|
|
|
|
|
|
-* [DB test controller](fuel/app/classes/controllers/bench.php)
|
|
|
+* [DB test controller](fuel/app/classes/controller/bench.php)
|
|
|
|
|
|
|
|
|
## Infrastructure Software Versions
|