|
@@ -3,7 +3,6 @@
|
|
"tests": [{
|
|
"tests": [{
|
|
"default": {
|
|
"default": {
|
|
"json_url": "/json",
|
|
"json_url": "/json",
|
|
- "plaintext_url": "/plaintext",
|
|
|
|
"port": 8000,
|
|
"port": 8000,
|
|
"approach": "Realistic",
|
|
"approach": "Realistic",
|
|
"classification": "Micro",
|
|
"classification": "Micro",
|
|
@@ -16,13 +15,12 @@
|
|
"webserver": "None",
|
|
"webserver": "None",
|
|
"os": "Linux",
|
|
"os": "Linux",
|
|
"database_os": "Linux",
|
|
"database_os": "Linux",
|
|
- "display_name": "oatpp-async",
|
|
|
|
- "notes": "Test of Oat++ Async API.",
|
|
|
|
|
|
+ "display_name": "oatpp",
|
|
|
|
+ "notes": "Test of Oat++ Simple API.",
|
|
"versus": "None"
|
|
"versus": "None"
|
|
},
|
|
},
|
|
- "async-no-mp": {
|
|
|
|
|
|
+ "no-mp": {
|
|
"json_url": "/json",
|
|
"json_url": "/json",
|
|
- "plaintext_url": "/plaintext",
|
|
|
|
"port": 8000,
|
|
"port": 8000,
|
|
"approach": "Realistic",
|
|
"approach": "Realistic",
|
|
"classification": "Micro",
|
|
"classification": "Micro",
|
|
@@ -35,12 +33,13 @@
|
|
"webserver": "None",
|
|
"webserver": "None",
|
|
"os": "Linux",
|
|
"os": "Linux",
|
|
"database_os": "Linux",
|
|
"database_os": "Linux",
|
|
- "display_name": "oatpp-async-no-mp",
|
|
|
|
- "notes": "Test of Oat++ Async API. No memory pool.",
|
|
|
|
|
|
+ "display_name": "oatpp-no-mp",
|
|
|
|
+ "notes": "Test of Oat++ Simple API. No memory pool.",
|
|
"versus": "None"
|
|
"versus": "None"
|
|
},
|
|
},
|
|
- "thread": {
|
|
|
|
|
|
+ "async": {
|
|
"json_url": "/json",
|
|
"json_url": "/json",
|
|
|
|
+ "plaintext_url": "/plaintext",
|
|
"port": 8000,
|
|
"port": 8000,
|
|
"approach": "Realistic",
|
|
"approach": "Realistic",
|
|
"classification": "Micro",
|
|
"classification": "Micro",
|
|
@@ -53,12 +52,13 @@
|
|
"webserver": "None",
|
|
"webserver": "None",
|
|
"os": "Linux",
|
|
"os": "Linux",
|
|
"database_os": "Linux",
|
|
"database_os": "Linux",
|
|
- "display_name": "oatpp-thread",
|
|
|
|
- "notes": "Test of Oat++ Simple API.",
|
|
|
|
|
|
+ "display_name": "oatpp-async",
|
|
|
|
+ "notes": "Test of Oat++ Async API.",
|
|
"versus": "None"
|
|
"versus": "None"
|
|
},
|
|
},
|
|
- "thread-no-mp": {
|
|
|
|
|
|
+ "async-no-mp": {
|
|
"json_url": "/json",
|
|
"json_url": "/json",
|
|
|
|
+ "plaintext_url": "/plaintext",
|
|
"port": 8000,
|
|
"port": 8000,
|
|
"approach": "Realistic",
|
|
"approach": "Realistic",
|
|
"classification": "Micro",
|
|
"classification": "Micro",
|
|
@@ -71,8 +71,8 @@
|
|
"webserver": "None",
|
|
"webserver": "None",
|
|
"os": "Linux",
|
|
"os": "Linux",
|
|
"database_os": "Linux",
|
|
"database_os": "Linux",
|
|
- "display_name": "oatpp-thread-no-mp",
|
|
|
|
- "notes": "Test of Oat++ Simple API. No memory pool.",
|
|
|
|
|
|
+ "display_name": "oatpp-async-no-mp",
|
|
|
|
+ "notes": "Test of Oat++ Async API. No memory pool.",
|
|
"versus": "None"
|
|
"versus": "None"
|
|
}
|
|
}
|
|
}]
|
|
}]
|