Browse Source

[hamlet] Add broken tags (#7238)

Joan Miquel 3 years ago
parent
commit
46f2c4650e
1 changed files with 6 additions and 3 deletions
  1. 6 3
      frameworks/PHP/hamlet/benchmark_config.json

+ 6 - 3
frameworks/PHP/hamlet/benchmark_config.json

@@ -23,7 +23,8 @@
       "database_os": "Linux",
       "display_name": "hamlet",
       "notes": "",
-      "versus": "php"
+      "versus": "php",
+      "tags": ["broken"]
     },
     "swoole": {
       "plaintext_url": "/plaintext",
@@ -47,7 +48,8 @@
       "database_os": "Linux",
       "display_name": "hamlet-swoole",
       "notes": "",
-      "versus": "swoole"
+      "versus": "swoole",
+      "tags": ["broken"]
     },
     "workerman": {
       "plaintext_url": "/plaintext",
@@ -71,7 +73,8 @@
       "database_os": "Linux",
       "display_name": "hamlet-workerman",
       "notes": "",
-      "versus": "workerman"
+      "versus": "workerman",
+      "tags": ["broken"]
     }
   }]
 }