|
@@ -1,230 +1,168 @@
|
|
{
|
|
{
|
|
- "framework": "aspcore-mono",
|
|
|
|
- "tests": [{
|
|
|
|
- "default": {
|
|
|
|
- "plaintext_url": "/plaintext",
|
|
|
|
- "json_url": "/json",
|
|
|
|
- "port": 8080,
|
|
|
|
- "approach": "Realistic",
|
|
|
|
- "classification": "Platform",
|
|
|
|
- "database": "None",
|
|
|
|
- "framework": "ASP.NET Core",
|
|
|
|
- "language": "C#",
|
|
|
|
- "orm": "Raw",
|
|
|
|
- "platform": ".NET",
|
|
|
|
- "flavor": "Mono",
|
|
|
|
- "webserver": "Kestrel",
|
|
|
|
- "os": "Linux",
|
|
|
|
- "database_os": "Linux",
|
|
|
|
- "display_name": "ASP.NET Core on Mono",
|
|
|
|
- "notes": "",
|
|
|
|
- "versus": "aspcore"
|
|
|
|
- },
|
|
|
|
- "pg": {
|
|
|
|
- "fortune_url": "/fortunes",
|
|
|
|
- "db_url": "/db",
|
|
|
|
- "query_url": "/queries/queries=",
|
|
|
|
- "update_url": "/updates/queries=",
|
|
|
|
- "port": 8080,
|
|
|
|
- "approach": "Realistic",
|
|
|
|
- "classification": "Platform",
|
|
|
|
- "database": "Postgres",
|
|
|
|
- "framework": "ASP.NET Core",
|
|
|
|
- "language": "C#",
|
|
|
|
- "orm": "Raw",
|
|
|
|
- "platform": ".NET",
|
|
|
|
- "flavor": "Mono",
|
|
|
|
- "webserver": "Kestrel",
|
|
|
|
- "os": "Linux",
|
|
|
|
- "database_os": "Linux",
|
|
|
|
- "display_name": "ASP.NET Core on Mono",
|
|
|
|
- "notes": "",
|
|
|
|
- "versus": "aspcore-ado-pg"
|
|
|
|
- },
|
|
|
|
- "my": {
|
|
|
|
- "fortune_url": "/fortunes",
|
|
|
|
- "db_url": "/db",
|
|
|
|
- "query_url": "/queries/queries=",
|
|
|
|
- "update_url": "/updates/queries=",
|
|
|
|
- "port": 8080,
|
|
|
|
- "approach": "Realistic",
|
|
|
|
- "classification": "Platform",
|
|
|
|
- "database": "MySQL",
|
|
|
|
- "framework": "ASP.NET Core",
|
|
|
|
- "language": "C#",
|
|
|
|
- "orm": "Raw",
|
|
|
|
- "platform": ".NET",
|
|
|
|
- "flavor": "Mono",
|
|
|
|
- "webserver": "Kestrel",
|
|
|
|
- "os": "Linux",
|
|
|
|
- "database_os": "Linux",
|
|
|
|
- "display_name": "ASP.NET Core on Mono",
|
|
|
|
- "notes": "",
|
|
|
|
- "versus": "aspcore-ado-my"
|
|
|
|
- },
|
|
|
|
- "mw": {
|
|
|
|
- "plaintext_url": "/plaintext",
|
|
|
|
- "json_url": "/json",
|
|
|
|
- "port": 8080,
|
|
|
|
- "approach": "Realistic",
|
|
|
|
- "classification": "Micro",
|
|
|
|
- "database": "None",
|
|
|
|
- "framework": "ASP.NET Core",
|
|
|
|
- "language": "C#",
|
|
|
|
- "orm": "Raw",
|
|
|
|
- "platform": ".NET",
|
|
|
|
- "flavor": "Mono",
|
|
|
|
- "webserver": "Kestrel",
|
|
|
|
- "os": "Linux",
|
|
|
|
- "database_os": "Linux",
|
|
|
|
- "display_name": "ASP.NET Core on Mono, Middleware",
|
|
|
|
- "notes": "",
|
|
|
|
- "versus": "aspcore-mono"
|
|
|
|
- },
|
|
|
|
- "mw-pg": {
|
|
|
|
- "db_url": "/db/raw",
|
|
|
|
- "query_url": "/queries/raw?queries=",
|
|
|
|
- "update_url": "/updates/raw?queries=",
|
|
|
|
- "fortune_url": "/fortunes/raw",
|
|
|
|
- "port": 8080,
|
|
|
|
- "approach": "Realistic",
|
|
|
|
- "classification": "Micro",
|
|
|
|
- "database": "Postgres",
|
|
|
|
- "framework": "ASP.NET Core",
|
|
|
|
- "language": "C#",
|
|
|
|
- "orm": "Raw",
|
|
|
|
- "platform": ".NET",
|
|
|
|
- "flavor": "Mono",
|
|
|
|
- "webserver": "Kestrel",
|
|
|
|
- "os": "Linux",
|
|
|
|
- "database_os": "Linux",
|
|
|
|
- "display_name": "ASP.NET Core on Mono, Middleware",
|
|
|
|
- "notes": "",
|
|
|
|
- "versus": "aspcore-mono-pg"
|
|
|
|
- },
|
|
|
|
- "mw-my": {
|
|
|
|
- "db_url": "/db/raw",
|
|
|
|
- "query_url": "/queries/raw?queries=",
|
|
|
|
- "update_url": "/updates/raw?queries=",
|
|
|
|
- "fortune_url": "/fortunes/raw",
|
|
|
|
- "port": 8080,
|
|
|
|
- "approach": "Realistic",
|
|
|
|
- "classification": "Micro",
|
|
|
|
- "database": "MySQL",
|
|
|
|
- "framework": "ASP.NET Core",
|
|
|
|
- "language": "C#",
|
|
|
|
- "orm": "Raw",
|
|
|
|
- "platform": ".NET",
|
|
|
|
- "flavor": "Mono",
|
|
|
|
- "webserver": "Kestrel",
|
|
|
|
- "os": "Linux",
|
|
|
|
- "database_os": "Linux",
|
|
|
|
- "display_name": "ASP.NET Core on Mono, Middleware",
|
|
|
|
- "notes": "",
|
|
|
|
- "versus": "aspcore-mono-my"
|
|
|
|
- },
|
|
|
|
- "mw-ef-pg": {
|
|
|
|
- "db_url": "/db/ef",
|
|
|
|
- "query_url": "/queries/ef?queries=",
|
|
|
|
- "update_url": "/updates/ef?queries=",
|
|
|
|
- "fortune_url": "/fortunes/ef",
|
|
|
|
- "port": 8080,
|
|
|
|
- "approach": "Realistic",
|
|
|
|
- "classification": "Micro",
|
|
|
|
- "database": "Postgres",
|
|
|
|
- "framework": "ASP.NET Core",
|
|
|
|
- "language": "C#",
|
|
|
|
- "orm": "Full",
|
|
|
|
- "platform": ".NET",
|
|
|
|
- "flavor": "Mono",
|
|
|
|
- "webserver": "Kestrel",
|
|
|
|
- "os": "Linux",
|
|
|
|
- "database_os": "Linux",
|
|
|
|
- "display_name": "ASP.NET Core on Mono, Middleware",
|
|
|
|
- "notes": "",
|
|
|
|
- "versus": "aspcore-mono-pg"
|
|
|
|
- },
|
|
|
|
- "mvc": {
|
|
|
|
- "plaintext_url": "/mvc/plaintext",
|
|
|
|
- "json_url": "/mvc/json",
|
|
|
|
- "port": 8080,
|
|
|
|
- "approach": "Realistic",
|
|
|
|
- "classification": "Fullstack",
|
|
|
|
- "database": "None",
|
|
|
|
- "framework": "ASP.NET Core",
|
|
|
|
- "language": "C#",
|
|
|
|
- "orm": "Raw",
|
|
|
|
- "platform": ".NET",
|
|
|
|
- "flavor": "Mono",
|
|
|
|
- "webserver": "Kestrel",
|
|
|
|
- "os": "Linux",
|
|
|
|
- "database_os": "Linux",
|
|
|
|
- "display_name": "ASP.NET Core on Mono, MVC",
|
|
|
|
- "notes": "",
|
|
|
|
- "versus": "aspcore-mono"
|
|
|
|
- },
|
|
|
|
- "mvc-pg": {
|
|
|
|
- "db_url": "/mvc/db/raw",
|
|
|
|
- "query_url": "/mvc/queries/raw?queries=",
|
|
|
|
- "update_url": "/mvc/updates/raw?queries=",
|
|
|
|
- "fortune_url": "/mvc/fortunes/raw",
|
|
|
|
- "port": 8080,
|
|
|
|
- "approach": "Realistic",
|
|
|
|
- "classification": "Fullstack",
|
|
|
|
- "database": "Postgres",
|
|
|
|
- "framework": "ASP.NET Core",
|
|
|
|
- "language": "C#",
|
|
|
|
- "orm": "Raw",
|
|
|
|
- "platform": ".NET",
|
|
|
|
- "flavor": "Mono",
|
|
|
|
- "webserver": "Kestrel",
|
|
|
|
- "os": "Linux",
|
|
|
|
- "database_os": "Linux",
|
|
|
|
- "display_name": "ASP.NET Core on Mono, MVC",
|
|
|
|
- "notes": "",
|
|
|
|
- "versus": "aspcore-mono-pg"
|
|
|
|
- },
|
|
|
|
- "mvc-ef-pg": {
|
|
|
|
- "db_url": "/mvc/db/ef",
|
|
|
|
- "query_url": "/mvc/queries/ef?queries=",
|
|
|
|
- "update_url": "/mvc/updates/ef?queries=",
|
|
|
|
- "fortune_url": "/mvc/fortunes/ef",
|
|
|
|
- "port": 8080,
|
|
|
|
- "approach": "Realistic",
|
|
|
|
- "classification": "Fullstack",
|
|
|
|
- "database": "Postgres",
|
|
|
|
- "framework": "ASP.NET Core",
|
|
|
|
- "language": "C#",
|
|
|
|
- "orm": "Full",
|
|
|
|
- "platform": ".NET",
|
|
|
|
- "flavor": "Mono",
|
|
|
|
- "webserver": "Kestrel",
|
|
|
|
- "os": "Linux",
|
|
|
|
- "database_os": "Linux",
|
|
|
|
- "display_name": "ASP.NET Core on Mono, MVC",
|
|
|
|
- "notes": "",
|
|
|
|
- "versus": "aspcore-mono-pg"
|
|
|
|
- },
|
|
|
|
- "mvc-my": {
|
|
|
|
- "db_url": "/mvc/db/raw",
|
|
|
|
- "query_url": "/mvc/queries/raw?queries=",
|
|
|
|
- "update_url": "/mvc/updates/raw?queries=",
|
|
|
|
- "fortune_url": "/mvc/fortunes/raw",
|
|
|
|
- "port": 8080,
|
|
|
|
- "approach": "Realistic",
|
|
|
|
- "classification": "Fullstack",
|
|
|
|
- "database": "MySQL",
|
|
|
|
- "framework": "ASP.NET Core",
|
|
|
|
- "language": "C#",
|
|
|
|
- "orm": "Raw",
|
|
|
|
- "platform": ".NET",
|
|
|
|
- "flavor": "Mono",
|
|
|
|
- "webserver": "Kestrel",
|
|
|
|
- "os": "Linux",
|
|
|
|
- "database_os": "Linux",
|
|
|
|
- "display_name": "ASP.NET Core on Mono, MVC",
|
|
|
|
- "notes": "",
|
|
|
|
- "versus": "aspcore-mono-my"
|
|
|
|
- }
|
|
|
|
- }]
|
|
|
|
-}
|
|
|
|
|
|
+ "framework": "aspcore-mono",
|
|
|
|
+ "tests": [{
|
|
|
|
+ "default": {
|
|
|
|
+ "plaintext_url": "/plaintext",
|
|
|
|
+ "json_url": "/json",
|
|
|
|
+ "port": 8080,
|
|
|
|
+ "approach": "Realistic",
|
|
|
|
+ "classification": "Platform",
|
|
|
|
+ "database": "None",
|
|
|
|
+ "framework": "ASP.NET Core",
|
|
|
|
+ "language": "C#",
|
|
|
|
+ "orm": "Raw",
|
|
|
|
+ "platform": ".NET",
|
|
|
|
+ "flavor": "Mono",
|
|
|
|
+ "webserver": "Kestrel",
|
|
|
|
+ "os": "Linux",
|
|
|
|
+ "database_os": "Linux",
|
|
|
|
+ "display_name": "ASP.NET Core on Mono",
|
|
|
|
+ "notes": "",
|
|
|
|
+ "versus": "aspcore"
|
|
|
|
+ },
|
|
|
|
+ "pg": {
|
|
|
|
+ "fortune_url": "/fortunes",
|
|
|
|
+ "db_url": "/db",
|
|
|
|
+ "query_url": "/queries/",
|
|
|
|
+ "update_url": "/updates/",
|
|
|
|
+ "cached_query_url": "/cached-worlds/",
|
|
|
|
+ "port": 8080,
|
|
|
|
+ "approach": "Realistic",
|
|
|
|
+ "classification": "Platform",
|
|
|
|
+ "database": "Postgres",
|
|
|
|
+ "framework": "ASP.NET Core",
|
|
|
|
+ "language": "C#",
|
|
|
|
+ "orm": "Raw",
|
|
|
|
+ "platform": ".NET",
|
|
|
|
+ "flavor": "Mono",
|
|
|
|
+ "webserver": "Kestrel",
|
|
|
|
+ "os": "Linux",
|
|
|
|
+ "database_os": "Linux",
|
|
|
|
+ "display_name": "ASP.NET Core on Mono",
|
|
|
|
+ "notes": "",
|
|
|
|
+ "versus": "aspcore-ado-pg"
|
|
|
|
+ },
|
|
|
|
+ "mw": {
|
|
|
|
+ "plaintext_url": "/plaintext",
|
|
|
|
+ "json_url": "/json",
|
|
|
|
+ "port": 8080,
|
|
|
|
+ "approach": "Realistic",
|
|
|
|
+ "classification": "Micro",
|
|
|
|
+ "database": "None",
|
|
|
|
+ "framework": "ASP.NET Core",
|
|
|
|
+ "language": "C#",
|
|
|
|
+ "orm": "Raw",
|
|
|
|
+ "platform": ".NET",
|
|
|
|
+ "flavor": "Mono",
|
|
|
|
+ "webserver": "Kestrel",
|
|
|
|
+ "os": "Linux",
|
|
|
|
+ "database_os": "Linux",
|
|
|
|
+ "display_name": "ASP.NET Core on Mono, Middleware",
|
|
|
|
+ "notes": "",
|
|
|
|
+ "versus": "aspcore-mono"
|
|
|
|
+ },
|
|
|
|
+ "mw-pg": {
|
|
|
|
+ "db_url": "/db/raw",
|
|
|
|
+ "query_url": "/queries/raw?queries=",
|
|
|
|
+ "update_url": "/updates/raw?queries=",
|
|
|
|
+ "fortune_url": "/fortunes/raw",
|
|
|
|
+ "port": 8080,
|
|
|
|
+ "approach": "Realistic",
|
|
|
|
+ "classification": "Micro",
|
|
|
|
+ "database": "Postgres",
|
|
|
|
+ "framework": "ASP.NET Core",
|
|
|
|
+ "language": "C#",
|
|
|
|
+ "orm": "Raw",
|
|
|
|
+ "platform": ".NET",
|
|
|
|
+ "flavor": "Mono",
|
|
|
|
+ "webserver": "Kestrel",
|
|
|
|
+ "os": "Linux",
|
|
|
|
+ "database_os": "Linux",
|
|
|
|
+ "display_name": "ASP.NET Core on Mono, Middleware",
|
|
|
|
+ "notes": "",
|
|
|
|
+ "versus": "aspcore-mono-pg"
|
|
|
|
+ },
|
|
|
|
+ "mw-my": {
|
|
|
|
+ "db_url": "/db/raw",
|
|
|
|
+ "query_url": "/queries/raw?queries=",
|
|
|
|
+ "update_url": "/updates/raw?queries=",
|
|
|
|
+ "fortune_url": "/fortunes/raw",
|
|
|
|
+ "port": 8080,
|
|
|
|
+ "approach": "Realistic",
|
|
|
|
+ "classification": "Micro",
|
|
|
|
+ "database": "MySQL",
|
|
|
|
+ "framework": "ASP.NET Core",
|
|
|
|
+ "language": "C#",
|
|
|
|
+ "orm": "Raw",
|
|
|
|
+ "platform": ".NET",
|
|
|
|
+ "flavor": "Mono",
|
|
|
|
+ "webserver": "Kestrel",
|
|
|
|
+ "os": "Linux",
|
|
|
|
+ "database_os": "Linux",
|
|
|
|
+ "display_name": "ASP.NET Core on Mono, Middleware",
|
|
|
|
+ "notes": "",
|
|
|
|
+ "versus": "aspcore-mono-my"
|
|
|
|
+ },
|
|
|
|
+ "mvc": {
|
|
|
|
+ "plaintext_url": "/mvc/plaintext",
|
|
|
|
+ "json_url": "/mvc/json",
|
|
|
|
+ "port": 8080,
|
|
|
|
+ "approach": "Realistic",
|
|
|
|
+ "classification": "Fullstack",
|
|
|
|
+ "database": "None",
|
|
|
|
+ "framework": "ASP.NET Core",
|
|
|
|
+ "language": "C#",
|
|
|
|
+ "orm": "Raw",
|
|
|
|
+ "platform": ".NET",
|
|
|
|
+ "flavor": "Mono",
|
|
|
|
+ "webserver": "Kestrel",
|
|
|
|
+ "os": "Linux",
|
|
|
|
+ "database_os": "Linux",
|
|
|
|
+ "display_name": "ASP.NET Core on Mono, MVC",
|
|
|
|
+ "notes": "",
|
|
|
|
+ "versus": "aspcore-mono"
|
|
|
|
+ },
|
|
|
|
+ "mvc-pg": {
|
|
|
|
+ "db_url": "/mvc/db/raw",
|
|
|
|
+ "query_url": "/mvc/queries/raw?queries=",
|
|
|
|
+ "update_url": "/mvc/updates/raw?queries=",
|
|
|
|
+ "fortune_url": "/mvc/fortunes/raw",
|
|
|
|
+ "port": 8080,
|
|
|
|
+ "approach": "Realistic",
|
|
|
|
+ "classification": "Fullstack",
|
|
|
|
+ "database": "Postgres",
|
|
|
|
+ "framework": "ASP.NET Core",
|
|
|
|
+ "language": "C#",
|
|
|
|
+ "orm": "Raw",
|
|
|
|
+ "platform": ".NET",
|
|
|
|
+ "flavor": "Mono",
|
|
|
|
+ "webserver": "Kestrel",
|
|
|
|
+ "os": "Linux",
|
|
|
|
+ "database_os": "Linux",
|
|
|
|
+ "display_name": "ASP.NET Core on Mono, MVC",
|
|
|
|
+ "notes": "",
|
|
|
|
+ "versus": "aspcore-mono-pg"
|
|
|
|
+ },
|
|
|
|
+ "mvc-my": {
|
|
|
|
+ "db_url": "/mvc/db/raw",
|
|
|
|
+ "query_url": "/mvc/queries/raw?queries=",
|
|
|
|
+ "update_url": "/mvc/updates/raw?queries=",
|
|
|
|
+ "fortune_url": "/mvc/fortunes/raw",
|
|
|
|
+ "port": 8080,
|
|
|
|
+ "approach": "Realistic",
|
|
|
|
+ "classification": "Fullstack",
|
|
|
|
+ "database": "MySQL",
|
|
|
|
+ "framework": "ASP.NET Core",
|
|
|
|
+ "language": "C#",
|
|
|
|
+ "orm": "Raw",
|
|
|
|
+ "platform": ".NET",
|
|
|
|
+ "flavor": "Mono",
|
|
|
|
+ "webserver": "Kestrel",
|
|
|
|
+ "os": "Linux",
|
|
|
|
+ "database_os": "Linux",
|
|
|
|
+ "display_name": "ASP.NET Core on Mono, MVC",
|
|
|
|
+ "notes": "",
|
|
|
|
+ "versus": "aspcore-mono-my"
|
|
|
|
+ }
|
|
|
|
+ }]
|
|
|
|
+}
|