Jelajahi Sumber

CSharp/aspnet - some tests removed (#2457)

* CSharp/aspnet - some tests removed

* update readme
Nate 8 tahun lalu
induk
melakukan
31ca78456f

+ 4 - 0
frameworks/CSharp/aspnet/README.md

@@ -1,5 +1,9 @@
 # ASP.NET MVC on Windows and Mono
 
+## Note
+
+Some tests have been removed from the `benchmark_config.json`. The code still exists in src. If you'd like to attempt to reimplement these tests, you can look to this [benchmark_config](https://github.com/TechEmpower/FrameworkBenchmarks/blob/master/frameworks/CSharp/aspnet/benchmark_config.json)
+
 ## Tests
 
 * JSON serialization

+ 0 - 66
frameworks/CSharp/aspnet/benchmark_config.json

@@ -295,50 +295,6 @@
       "notes": "",
       "versus": "aspnet"
     },
-    "mono-postgresql-raw": {
-      "setup_file": "setup_postgresql",
-      "db_url": "/ado/postgresql",
-      "query_url": "/ado/postgresql?queries=",
-      "fortune_url": "/ado/postgresql/fortunes",
-      "update_url": "/ado/postgresql/update?queries=",
-      "port": 8080,
-      "approach": "Realistic",
-      "classification": "Platform",
-      "database": "Postgres",
-      "framework": "None",
-      "language": "C#",
-      "flavor": "Mono",
-      "orm": "Raw",
-      "platform": "ASP.NET",
-      "webserver": "nginx",
-      "os": "Linux",
-      "database_os": "Linux",
-      "display_name": "ASP.NET-raw",
-      "notes": "",
-      "versus": "aspnet"
-    },
-    "mono-mongodb-raw": {
-      "setup_file": "setup_mongodb",
-      "db_url": "/mongodb",
-      "query_url": "/mongodb?queries=",
-      "fortune_url": "/mongodb/fortunes",
-      "update_url": "/mongodb/update?queries=",
-      "port": 8080,
-      "approach": "Realistic",
-      "classification": "Platform",
-      "database": "MongoDB",
-      "framework": "None",
-      "language": "C#",
-      "flavor": "Mono",
-      "orm": "Raw",
-      "platform": "ASP.NET",
-      "webserver": "nginx",
-      "os": "Linux",
-      "database_os": "Linux",
-      "display_name": "aspnet-raw",
-      "notes": "",
-      "versus": "aspnet"
-    },
     "mono-mysql-entityframework": {
       "setup_file": "setup_mysql",
       "db_url": "/entityframework/mysql",
@@ -360,28 +316,6 @@
       "display_name": "EntityFramework",
       "notes": "Entity framework",
       "versus": "aspnet"
-    },
-    "mono-postgresql-entityframework": {
-      "setup_file": "setup_postgresql",
-      "db_url": "/entityframework/postgresql",
-      "query_url": "/entityframework/postgresql?queries=",
-      "fortune_url": "/entityframework/postgresql/fortunes",
-      "update_url": "/entityframework/postgresql/update?queries=",
-      "port": 8080,
-      "approach": "Realistic",
-      "classification": "Fullstack",
-      "database": "Postgres",
-      "framework": "EntityFramework",
-      "language": "C#",
-      "flavor": "Mono",
-      "orm": "Full",
-      "platform": "ASP.NET",
-      "webserver": "nginx",
-      "os": "Linux",
-      "database_os": "Linux",
-      "display_name": "EntityFramework",
-      "notes": "Entity framework",
-      "versus": "aspnet"
     }
   }]
 }