Explorar o código

CSharp/servicestack remove long-failing tests

Nate Brady %!s(int64=8) %!d(string=hai) anos
pai
achega
37e648f0d9

+ 4 - 0
frameworks/CSharp/README.md

@@ -67,3 +67,7 @@ future contirbutors._
 
 _If you stumble upon some helpful links or discussions, add them 
 for easy reference for future contributors._
+
+## Note about this ServiceStack test
+
+Only the default ngnix test for linux remains in the benchmark_config as it is the only one that has consistently appeared in final round results. The xsp tests and nginx database tests are not currently working, though the supporting files remain. Pull requests to fix these implementations are welcome!

+ 0 - 195
frameworks/CSharp/servicestack/benchmark_config.json

@@ -129,201 +129,6 @@
       "display_name": "servicestack",
       "notes": "",
       "versus": "servicestack"
-    },
-    "nginx-sqlserver": {
-      "setup_file": "setup_nginx",
-      "db_url": "/sqlserver/db",
-      "query_url": "/sqlserver/queries/",
-      "fortune_url": "/sqlserver/fortunes",
-      "update_url": "/sqlserver/updates/",
-      "port": 8080,
-      "approach": "Realistic",
-      "classification": "Fullstack",
-      "database": "SQLServer",
-      "framework": "servicestack",
-      "language": "C#",
-      "flavor": "Mono",
-      "orm": "Raw",
-      "platform": "None",
-      "webserver": "nginx",
-      "os": "Linux",
-      "database_os": "Windows",
-      "display_name": "servicestack",
-      "notes": "",
-      "versus": ""
-    },
-    "nginx-mysql": {
-      "setup_file": "setup_nginx",
-      "db_url": "/mysql/db",
-      "query_url": "/mysql/queries/",
-      "fortune_url": "/mysql/fortunes",
-      "update_url": "/mysql/updates/",
-      "port": 8080,
-      "approach": "Realistic",
-      "classification": "Fullstack",
-      "database": "MySQL",
-      "framework": "servicestack",
-      "language": "C#",
-      "flavor": "Mono",
-      "orm": "Raw",
-      "platform": "None",
-      "webserver": "nginx",
-      "os": "Linux",
-      "database_os": "Linux",
-      "display_name": "servicestack",
-      "notes": "",
-      "versus": "servicestack"
-    },
-    "nginx-postgresql": {
-      "setup_file": "setup_nginx",
-      "db_url": "/postgresql/db",
-      "query_url": "/postgresql/queries/",
-      "fortune_url": "/postgresql/fortunes",
-      "update_url": "/postgresql/updates/",
-      "port": 8080,
-      "approach": "Realistic",
-      "classification": "Fullstack",
-      "database": "Postgres",
-      "framework": "servicestack",
-      "language": "C#",
-      "flavor": "Mono",
-      "orm": "Raw",
-      "platform": "None",
-      "webserver": "nginx",
-      "os": "Linux",
-      "database_os": "Linux",
-      "display_name": "servicestack",
-      "notes": "",
-      "versus": "servicestack"
-    },
-    "nginx-mongodb": {
-      "setup_file": "setup_nginx",
-      "db_url": "/mongodb/db",
-      "query_url": "/mongodb/queries/",
-      "fortune_url": "/mongodb/fortunes",
-      "update_url": "/mongodb/updates/",
-      "port": 8080,
-      "approach": "Realistic",
-      "classification": "Fullstack",
-      "database": "MongoDB",
-      "framework": "servicestack",
-      "language": "C#",
-      "flavor": "Mono",
-      "orm": "Raw",
-      "platform": "None",
-      "webserver": "nginx",
-      "os": "Linux",
-      "database_os": "Linux",
-      "display_name": "servicestack",
-      "notes": "",
-      "versus": "servicestack"
-    },
-    "xsp-default": {
-      "setup_file": "setup_xsp",
-      "json_url": "/json",
-      "plaintext_url": "/plaintext",
-      "port": 8080,
-      "approach": "Realistic",
-      "classification": "Fullstack",
-      "database": "None",
-      "framework": "servicestack",
-      "language": "C#",
-      "flavor": "Mono",
-      "orm": "Raw",
-      "platform": "None",
-      "webserver": "XSP",
-      "os": "Linux",
-      "database_os": "Linux",
-      "display_name": "servicestack",
-      "notes": "",
-      "versus": "servicestack"
-    }, 
-    "xsp-sqlserver": {
-      "setup_file": "setup_xsp",
-      "db_url": "/sqlserver/db",
-      "query_url": "/sqlserver/queries/",
-      "fortune_url": "/sqlserver/fortunes",
-      "update_url": "/sqlserver/updates/",
-      "port": 8080,
-      "approach": "Realistic",
-      "classification": "Fullstack",
-      "database": "SQLServer",
-      "framework": "servicestack",
-      "language": "C#",
-      "flavor": "Mono",
-      "orm": "Raw",
-      "platform": "None",
-      "webserver": "XSP",
-      "os": "Linux",
-      "database_os": "Windows",
-      "display_name": "servicestack",
-      "notes": "",
-      "versus": "servicestack"
-    },
-    "xsp-mysql": {
-      "setup_file": "setup_xsp",
-      "db_url": "/mysql/db",
-      "query_url": "/mysql/queries/",
-      "fortune_url": "/mysql/fortunes",
-      "update_url": "/mysql/updates/",
-      "port": 8080,
-      "approach": "Realistic",
-      "classification": "Fullstack",
-      "database": "MySQL",
-      "framework": "servicestack",
-      "language": "C#",
-      "orm": "Raw",
-      "platform": "None",
-      "webserver": "XSP",
-      "os": "Linux",
-      "database_os": "Linux",
-      "display_name": "servicestack",
-      "notes": "",
-      "versus": "servicestack"
-    },
-    "xsp-postgresql": {
-      "setup_file": "setup_xsp",
-      "db_url": "/postgresql/db",
-      "query_url": "/postgresql/queries/",
-      "fortune_url": "/postgresql/fortunes",
-      "update_url": "/postgresql/updates/",
-      "port": 8080,
-      "approach": "Realistic",
-      "classification": "Fullstack",
-      "database": "Postgres",
-      "framework": "servicestack",
-      "language": "C#",
-      "flavor": "Mono",
-      "orm": "Raw",
-      "platform": "None",
-      "webserver": "XSP",
-      "os": "Linux",
-      "database_os": "Linux",
-      "display_name": "servicestack",
-      "notes": "",
-      "versus": "servicestack"
-    },
-    "xsp-mongodb": {
-      "setup_file": "setup_xsp",
-      "db_url": "/mongodb/db",
-      "query_url": "/mongodb/queries/",
-      "fortune_url": "/mongodb/fortunes",
-      "update_url": "/mongodb/updates/",
-      "port": 8080,
-      "approach": "Realistic",
-      "classification": "Fullstack",
-      "database": "MongoDB",
-      "framework": "servicestack",
-      "language": "C#",
-      "flavor": "Mono",
-      "orm": "Raw",
-      "platform": "None",
-      "webserver": "XSP",
-      "os": "Linux",
-      "database_os": "Linux",
-      "display_name": "servicestack",
-      "notes": "",
-      "versus": "servicestack"
     }
   }]
 }