Browse Source

Update benchmark_config.json in comet and webman (#5836)

* [ci skip] fix comet config versus workerman

* [ci skip] Update benchmark config in webman
Joan Miquel 5 years ago
parent
commit
07088b2ee2

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

@@ -22,7 +22,7 @@
       "database_os": "Linux",
       "display_name": "comet",
       "notes": "",
-      "versus": "php"
+      "versus": "workerman"
     },
     "mysql": {
       "db_url": "/db",
@@ -43,7 +43,7 @@
       "database_os": "Linux",
       "display_name": "comet-mysql",
       "notes": "",
-      "versus": "php"
+      "versus": "workerman"
     }
   }]
 }

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

@@ -10,9 +10,9 @@
       "fortune_url": "/fortunes",
       "port": 8080,
       "approach": "Realistic",
-      "classification": "Platform",
+      "classification": "Micro",
       "database": "Postgres",
-      "framework": "None",
+      "framework": "webman",
       "language": "PHP",
       "flavor": "PHP7",
       "orm": "Raw",