|
@@ -0,0 +1,29 @@
|
|
|
|
+{
|
|
|
|
+ "framework": "ffead-cpp",
|
|
|
|
+ "tests": [{
|
|
|
|
+ "default": {
|
|
|
|
+ "setup_file": "setup",
|
|
|
|
+ "json_url": "/te-benchmark/json",
|
|
|
|
+ "plaintext_url": "/te-benchmark/plaintext",
|
|
|
|
+ "db_url": "/te-benchmark/db",
|
|
|
|
+ "query_url": "/te-benchmark/queries?queries=",
|
|
|
|
+ "fortune_url": "/te-benchmark/fortunes",
|
|
|
|
+ "update_url": "/te-benchmark/updates?queries=",
|
|
|
|
+ "port": 8080,
|
|
|
|
+ "approach": "Realistic",
|
|
|
|
+ "classification": "Fullstack",
|
|
|
|
+ "database": "MongoDB",
|
|
|
|
+ "framework": "ffead-cpp",
|
|
|
|
+ "language": "C++",
|
|
|
|
+ "orm": "Full",
|
|
|
|
+ "platform": "ffead-cpp",
|
|
|
|
+ "webserver": "None",
|
|
|
|
+ "os": "Linux",
|
|
|
|
+ "database_os": "Linux",
|
|
|
|
+ "display_name": "ffead-cpp",
|
|
|
|
+ "notes": "",
|
|
|
|
+ "versus": ""
|
|
|
|
+ }
|
|
|
|
+ }]
|
|
|
|
+}
|
|
|
|
+
|