|
@@ -8,7 +8,7 @@
|
|
"approach": "Realistic",
|
|
"approach": "Realistic",
|
|
"classification": "Micro",
|
|
"classification": "Micro",
|
|
"database": "None",
|
|
"database": "None",
|
|
- "framework": "oatpp-async",
|
|
|
|
|
|
+ "framework": "oatpp",
|
|
"language": "C++",
|
|
"language": "C++",
|
|
"flavor": "None",
|
|
"flavor": "None",
|
|
"orm": "Raw",
|
|
"orm": "Raw",
|
|
@@ -16,8 +16,63 @@
|
|
"webserver": "None",
|
|
"webserver": "None",
|
|
"os": "Linux",
|
|
"os": "Linux",
|
|
"database_os": "Linux",
|
|
"database_os": "Linux",
|
|
- "display_name": "oatpp",
|
|
|
|
- "notes": "Test of Oat++ Async API",
|
|
|
|
|
|
+ "display_name": "oatpp-async",
|
|
|
|
+ "notes": "Test of Oat++ Async API.",
|
|
|
|
+ "versus": "None"
|
|
|
|
+ },
|
|
|
|
+ "async-no-mp": {
|
|
|
|
+ "json_url": "/json",
|
|
|
|
+ "plaintext_url": "/plaintext",
|
|
|
|
+ "port": 8000,
|
|
|
|
+ "approach": "Realistic",
|
|
|
|
+ "classification": "Micro",
|
|
|
|
+ "database": "None",
|
|
|
|
+ "framework": "oatpp",
|
|
|
|
+ "language": "C++",
|
|
|
|
+ "flavor": "None",
|
|
|
|
+ "orm": "Raw",
|
|
|
|
+ "platform": "None",
|
|
|
|
+ "webserver": "None",
|
|
|
|
+ "os": "Linux",
|
|
|
|
+ "database_os": "Linux",
|
|
|
|
+ "display_name": "oatpp-async-no-mp",
|
|
|
|
+ "notes": "Test of Oat++ Async API. No memory pool.",
|
|
|
|
+ "versus": "None"
|
|
|
|
+ },
|
|
|
|
+ "thread": {
|
|
|
|
+ "json_url": "/json",
|
|
|
|
+ "port": 8000,
|
|
|
|
+ "approach": "Realistic",
|
|
|
|
+ "classification": "Micro",
|
|
|
|
+ "database": "None",
|
|
|
|
+ "framework": "oatpp",
|
|
|
|
+ "language": "C++",
|
|
|
|
+ "flavor": "None",
|
|
|
|
+ "orm": "Raw",
|
|
|
|
+ "platform": "None",
|
|
|
|
+ "webserver": "None",
|
|
|
|
+ "os": "Linux",
|
|
|
|
+ "database_os": "Linux",
|
|
|
|
+ "display_name": "oatpp-thread",
|
|
|
|
+ "notes": "Test of Oat++ Simple API.",
|
|
|
|
+ "versus": "None"
|
|
|
|
+ },
|
|
|
|
+ "thread-no-mp": {
|
|
|
|
+ "json_url": "/json",
|
|
|
|
+ "port": 8000,
|
|
|
|
+ "approach": "Realistic",
|
|
|
|
+ "classification": "Micro",
|
|
|
|
+ "database": "None",
|
|
|
|
+ "framework": "oatpp",
|
|
|
|
+ "language": "C++",
|
|
|
|
+ "flavor": "None",
|
|
|
|
+ "orm": "Raw",
|
|
|
|
+ "platform": "None",
|
|
|
|
+ "webserver": "None",
|
|
|
|
+ "os": "Linux",
|
|
|
|
+ "database_os": "Linux",
|
|
|
|
+ "display_name": "oatpp-thread-no-mp",
|
|
|
|
+ "notes": "Test of Oat++ Simple API. No memory pool.",
|
|
"versus": "None"
|
|
"versus": "None"
|
|
}
|
|
}
|
|
}]
|
|
}]
|