Browse Source

adds plaintext test to yii2

Keith Newman 9 years ago
parent
commit
0cd4440fe6
1 changed files with 3 additions and 1 deletions
  1. 3 1
      frameworks/PHP/yii2/benchmark_config.json

+ 3 - 1
frameworks/PHP/yii2/benchmark_config.json

@@ -3,6 +3,7 @@
   "tests": [{
     "default": {
       "setup_file": "setup",
+      "plaintext_url": "/site/plaintext",
       "json_url": "/site/json",
       "db_url": "/site/db",
       "query_url": "/site/db?queries=",
@@ -25,6 +26,7 @@
     },
     "hhvm": {
       "setup_file": "setup_hhvm",
+      "plaintext_url": "/site/plaintext",
       "json_url": "/site/json",
       "db_url": "/site/db",
       "query_url": "/site/db?queries=",
@@ -46,4 +48,4 @@
       "versus": "php5"
     }
   }]
-}
+}