Browse Source

Add plaintext and json to php tcp (#5003)

Joan Miquel 6 years ago
parent
commit
4368c6fbf5
1 changed files with 2 additions and 0 deletions
  1. 2 0
      frameworks/PHP/php/benchmark_config.json

+ 2 - 0
frameworks/PHP/php/benchmark_config.json

@@ -44,6 +44,8 @@
       "versus": "php"
     },
     "raw7-tcp": {
+      "json_url": "/json.php",
+      "plaintext_url": "/plaintext.php",
       "db_url": "/dbraw.php",
       "query_url": "/dbquery.php?queries=",
       "fortune_url": "/fortune.php",