|
@@ -2,116 +2,118 @@
|
|
"framework": "ntex",
|
|
"framework": "ntex",
|
|
"tests": [{
|
|
"tests": [{
|
|
"default": {
|
|
"default": {
|
|
- "json_url": "/json",
|
|
|
|
- "plaintext_url": "/plaintext",
|
|
|
|
- "port": 8080,
|
|
|
|
- "approach": "Realistic",
|
|
|
|
- "classification": "Micro",
|
|
|
|
- "database": "Postgres",
|
|
|
|
- "framework": "ntex",
|
|
|
|
- "language": "Rust",
|
|
|
|
- "orm": "Raw",
|
|
|
|
- "platform": "None",
|
|
|
|
- "webserver": "ntex",
|
|
|
|
- "os": "Linux",
|
|
|
|
- "database_os": "Linux",
|
|
|
|
- "display_name": "ntex [tokio]",
|
|
|
|
- "notes": "",
|
|
|
|
- "versus": ""
|
|
|
|
|
|
+ "json_url": "/json",
|
|
|
|
+ "plaintext_url": "/plaintext",
|
|
|
|
+ "port": 8080,
|
|
|
|
+ "approach": "Realistic",
|
|
|
|
+ "classification": "Micro",
|
|
|
|
+ "database": "Postgres",
|
|
|
|
+ "framework": "ntex",
|
|
|
|
+ "language": "Rust",
|
|
|
|
+ "orm": "Raw",
|
|
|
|
+ "platform": "None",
|
|
|
|
+ "webserver": "ntex",
|
|
|
|
+ "os": "Linux",
|
|
|
|
+ "database_os": "Linux",
|
|
|
|
+ "display_name": "ntex [tokio]",
|
|
|
|
+ "notes": "",
|
|
|
|
+ "versus": ""
|
|
},
|
|
},
|
|
"astd": {
|
|
"astd": {
|
|
- "json_url": "/json",
|
|
|
|
- "plaintext_url": "/plaintext",
|
|
|
|
- "port": 8080,
|
|
|
|
- "approach": "Realistic",
|
|
|
|
- "classification": "Micro",
|
|
|
|
- "database": "Postgres",
|
|
|
|
- "framework": "ntex",
|
|
|
|
- "language": "Rust",
|
|
|
|
- "orm": "Raw",
|
|
|
|
- "platform": "None",
|
|
|
|
- "webserver": "ntex",
|
|
|
|
- "os": "Linux",
|
|
|
|
- "database_os": "Linux",
|
|
|
|
- "display_name": "ntex [async-std]",
|
|
|
|
- "notes": "",
|
|
|
|
- "versus": ""
|
|
|
|
|
|
+ "json_url": "/json",
|
|
|
|
+ "plaintext_url": "/plaintext",
|
|
|
|
+ "port": 8080,
|
|
|
|
+ "approach": "Realistic",
|
|
|
|
+ "classification": "Micro",
|
|
|
|
+ "database": "Postgres",
|
|
|
|
+ "framework": "ntex",
|
|
|
|
+ "language": "Rust",
|
|
|
|
+ "orm": "Raw",
|
|
|
|
+ "platform": "None",
|
|
|
|
+ "webserver": "ntex",
|
|
|
|
+ "os": "Linux",
|
|
|
|
+ "database_os": "Linux",
|
|
|
|
+ "display_name": "ntex [async-std]",
|
|
|
|
+ "notes": "",
|
|
|
|
+ "versus": ""
|
|
},
|
|
},
|
|
"db": {
|
|
"db": {
|
|
- "fortune_url": "/fortunes",
|
|
|
|
- "db_url": "/db",
|
|
|
|
- "query_url": "/query?q=",
|
|
|
|
- "update_url": "/update?q=",
|
|
|
|
- "port": 8080,
|
|
|
|
- "approach": "Realistic",
|
|
|
|
- "classification": "Micro",
|
|
|
|
- "database": "Postgres",
|
|
|
|
- "framework": "ntex",
|
|
|
|
- "language": "Rust",
|
|
|
|
- "orm": "Raw",
|
|
|
|
- "platform": "None",
|
|
|
|
- "webserver": "ntex",
|
|
|
|
- "os": "Linux",
|
|
|
|
- "database_os": "Linux",
|
|
|
|
- "display_name": "ntex [tokio,db]",
|
|
|
|
- "notes": "",
|
|
|
|
- "versus": ""
|
|
|
|
|
|
+ "fortune_url": "/fortunes",
|
|
|
|
+ "db_url": "/db",
|
|
|
|
+ "query_url": "/query?q=",
|
|
|
|
+ "update_url": "/update?q=",
|
|
|
|
+ "cached_query_url": "/cached_query?q=",
|
|
|
|
+ "port": 8080,
|
|
|
|
+ "approach": "Realistic",
|
|
|
|
+ "classification": "Micro",
|
|
|
|
+ "database": "Postgres",
|
|
|
|
+ "framework": "ntex",
|
|
|
|
+ "language": "Rust",
|
|
|
|
+ "orm": "Raw",
|
|
|
|
+ "platform": "None",
|
|
|
|
+ "webserver": "ntex",
|
|
|
|
+ "os": "Linux",
|
|
|
|
+ "database_os": "Linux",
|
|
|
|
+ "display_name": "ntex [tokio,db]",
|
|
|
|
+ "notes": "",
|
|
|
|
+ "versus": ""
|
|
},
|
|
},
|
|
"db-astd": {
|
|
"db-astd": {
|
|
- "fortune_url": "/fortunes",
|
|
|
|
- "db_url": "/db",
|
|
|
|
- "query_url": "/query?q=",
|
|
|
|
- "update_url": "/update?q=",
|
|
|
|
- "port": 8080,
|
|
|
|
- "approach": "Realistic",
|
|
|
|
- "classification": "Micro",
|
|
|
|
- "database": "Postgres",
|
|
|
|
- "framework": "ntex",
|
|
|
|
- "language": "Rust",
|
|
|
|
- "orm": "Raw",
|
|
|
|
- "platform": "None",
|
|
|
|
- "webserver": "ntex",
|
|
|
|
- "os": "Linux",
|
|
|
|
- "database_os": "Linux",
|
|
|
|
- "display_name": "ntex [async-std,db]",
|
|
|
|
- "notes": "",
|
|
|
|
- "versus": ""
|
|
|
|
|
|
+ "fortune_url": "/fortunes",
|
|
|
|
+ "db_url": "/db",
|
|
|
|
+ "query_url": "/query?q=",
|
|
|
|
+ "update_url": "/update?q=",
|
|
|
|
+ "cached_query_url": "/cached_query?q=",
|
|
|
|
+ "port": 8080,
|
|
|
|
+ "approach": "Realistic",
|
|
|
|
+ "classification": "Micro",
|
|
|
|
+ "database": "Postgres",
|
|
|
|
+ "framework": "ntex",
|
|
|
|
+ "language": "Rust",
|
|
|
|
+ "orm": "Raw",
|
|
|
|
+ "platform": "None",
|
|
|
|
+ "webserver": "ntex",
|
|
|
|
+ "os": "Linux",
|
|
|
|
+ "database_os": "Linux",
|
|
|
|
+ "display_name": "ntex [async-std,db]",
|
|
|
|
+ "notes": "",
|
|
|
|
+ "versus": ""
|
|
},
|
|
},
|
|
"plt": {
|
|
"plt": {
|
|
- "json_url": "/json",
|
|
|
|
- "plaintext_url": "/plaintext",
|
|
|
|
- "port": 8080,
|
|
|
|
- "approach": "Realistic",
|
|
|
|
- "classification": "Platform",
|
|
|
|
- "database": "Postgres",
|
|
|
|
- "framework": "ntex",
|
|
|
|
- "language": "Rust",
|
|
|
|
- "orm": "Raw",
|
|
|
|
- "platform": "None",
|
|
|
|
- "webserver": "ntex",
|
|
|
|
- "os": "Linux",
|
|
|
|
- "database_os": "Linux",
|
|
|
|
- "display_name": "ntex [tokio,platform]",
|
|
|
|
- "notes": "",
|
|
|
|
- "versus": ""
|
|
|
|
|
|
+ "json_url": "/json",
|
|
|
|
+ "plaintext_url": "/plaintext",
|
|
|
|
+ "port": 8080,
|
|
|
|
+ "approach": "Realistic",
|
|
|
|
+ "classification": "Platform",
|
|
|
|
+ "database": "Postgres",
|
|
|
|
+ "framework": "ntex",
|
|
|
|
+ "language": "Rust",
|
|
|
|
+ "orm": "Raw",
|
|
|
|
+ "platform": "None",
|
|
|
|
+ "webserver": "ntex",
|
|
|
|
+ "os": "Linux",
|
|
|
|
+ "database_os": "Linux",
|
|
|
|
+ "display_name": "ntex [tokio,platform]",
|
|
|
|
+ "notes": "",
|
|
|
|
+ "versus": ""
|
|
},
|
|
},
|
|
"plt-astd": {
|
|
"plt-astd": {
|
|
- "json_url": "/json",
|
|
|
|
- "plaintext_url": "/plaintext",
|
|
|
|
- "port": 8080,
|
|
|
|
- "approach": "Realistic",
|
|
|
|
- "classification": "Platform",
|
|
|
|
- "database": "Postgres",
|
|
|
|
- "framework": "ntex",
|
|
|
|
- "language": "Rust",
|
|
|
|
- "orm": "Raw",
|
|
|
|
- "platform": "None",
|
|
|
|
- "webserver": "ntex",
|
|
|
|
- "os": "Linux",
|
|
|
|
- "database_os": "Linux",
|
|
|
|
- "display_name": "ntex [async-std,platform]",
|
|
|
|
- "notes": "",
|
|
|
|
- "versus": ""
|
|
|
|
|
|
+ "json_url": "/json",
|
|
|
|
+ "plaintext_url": "/plaintext",
|
|
|
|
+ "port": 8080,
|
|
|
|
+ "approach": "Realistic",
|
|
|
|
+ "classification": "Platform",
|
|
|
|
+ "database": "Postgres",
|
|
|
|
+ "framework": "ntex",
|
|
|
|
+ "language": "Rust",
|
|
|
|
+ "orm": "Raw",
|
|
|
|
+ "platform": "None",
|
|
|
|
+ "webserver": "ntex",
|
|
|
|
+ "os": "Linux",
|
|
|
|
+ "database_os": "Linux",
|
|
|
|
+ "display_name": "ntex [async-std,platform]",
|
|
|
|
+ "notes": "",
|
|
|
|
+ "versus": ""
|
|
}
|
|
}
|
|
}]
|
|
}]
|
|
}
|
|
}
|