Browse Source

Fix display names (#6442)

* [ci skip] Fix cakephp name

* [ci skip] Fix fat-free display name

* [ci skip] Fix yii2 display name

* [ci skip] Fix php-ngx display name
Joan Miquel 4 years ago
parent
commit
faa1eb64c3

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

@@ -20,7 +20,7 @@
             "webserver": "nginx",
             "os": "Linux",
             "database_os": "Linux",
-            "display_name": "CakePHP 4.0",
+            "display_name": "CakePHP",
             "notes": "",
             "versus": "php"
         }

+ 1 - 1
frameworks/PHP/fat-free/benchmark_config.json

@@ -41,7 +41,7 @@
       "webserver": "nginx",
       "os": "Linux",
       "database_os": "Linux",
-      "display_name": "fat-free",
+      "display_name": "fat-free-raw",
       "notes": "",
       "versus": "php"
     }    

+ 4 - 4
frameworks/PHP/php-ngx/benchmark_config.json

@@ -16,7 +16,7 @@
       "webserver": "nginx",
       "os": "Linux",
       "database_os": "Linux",
-      "display_name": "PHP-raw-ngx",
+      "display_name": "PHP-ngx",
       "notes": "ngx_php",
       "versus": "php"
     },
@@ -37,7 +37,7 @@
       "webserver": "nginx",
       "os": "Linux",
       "database_os": "Linux",
-      "display_name": "PHP-raw-ngx",
+      "display_name": "PHP-ngx-mysql",
       "notes": "ngx_php",
       "versus": "php"
     },
@@ -58,7 +58,7 @@
       "webserver": "nginx",
       "os": "Linux",
       "database_os": "Linux",
-      "display_name": "PHP-raw-ngx-Postgres",
+      "display_name": "PHP-ngx-Postgres",
       "notes": "ngx_php Postgres",
       "versus": "php"
     },
@@ -79,7 +79,7 @@
       "webserver": "nginx",
       "os": "Linux",
       "database_os": "Linux",
-      "display_name": "PHP-raw-ngx-async",
+      "display_name": "PHP-ngx-async",
       "notes": "ngx_php async",
       "versus": "php"
     }

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

@@ -40,7 +40,7 @@
       "webserver": "nginx",
       "os": "Linux",
       "database_os": "Linux",
-      "display_name": "yii2",
+      "display_name": "yii2-raw",
       "notes": "",
       "versus": "php"
     }