Browse Source

Change in benchmark_config.json (#3731)

Zend1 and yii2 are not using an ORM
Joan Miquel 7 years ago
parent
commit
c6e8beb834

+ 2 - 2
frameworks/PHP/yii2/benchmark_config.json

@@ -15,7 +15,7 @@
       "framework": "yii2",
       "language": "PHP",
       "flavor": "PHP7",
-      "orm": "Full",
+      "orm": "Raw",
       "platform": "None",
       "webserver": "nginx",
       "os": "Linux",
@@ -38,7 +38,7 @@
       "framework": "yii2",
       "language": "PHP",
       "flavor": "HHVM",
-      "orm": "Full",
+      "orm": "Raw",
       "platform": "None",
       "webserver": "nginx",
       "os": "Linux",

+ 1 - 1
frameworks/PHP/zend1/benchmark_config.json

@@ -15,7 +15,7 @@
       "framework": "ZendFramework1",
       "language": "PHP",
       "flavor": "PHP7",
-      "orm": "Full",
+      "orm": "Raw",
       "platform": "None",
       "webserver": "nginx",
       "os": "Linux",