Browse Source

Add more details about tests

Ludovic Gasc (GMLudo) 10 years ago
parent
commit
2d14580f65
1 changed files with 10 additions and 10 deletions
  1. 10 10
      frameworks/Python/API-Hour/benchmark_config

+ 10 - 10
frameworks/Python/API-Hour/benchmark_config

@@ -17,11 +17,11 @@
       "language": "Python",
       "language": "Python",
       "orm": "Raw",
       "orm": "Raw",
       "platform": "API-Hour",
       "platform": "API-Hour",
-      "webserver": "None",
+      "webserver": "Gunicorn",
       "os": "Linux",
       "os": "Linux",
       "database_os": "Linux",
       "database_os": "Linux",
       "display_name": "API-Hour+aiohttp.web+pgsql",
       "display_name": "API-Hour+aiohttp.web+pgsql",
-      "notes": "Python 3 + AsyncIO + aiohttp.web + PostgreSQL"
+      "notes": "Python 3 + API-Hour + AsyncIO + aiohttp.web + PostgreSQL"
     },
     },
     "redis": {
     "redis": {
       "setup_file": "setup",
       "setup_file": "setup",
@@ -37,45 +37,45 @@
       "language": "Python",
       "language": "Python",
       "orm": "Raw",
       "orm": "Raw",
       "platform": "API-Hour",
       "platform": "API-Hour",
-      "webserver": "None",
+      "webserver": "Gunicorn",
       "os": "Linux",
       "os": "Linux",
       "database_os": "Linux",
       "database_os": "Linux",
       "display_name": "API-Hour+aiohttp.web+redis",
       "display_name": "API-Hour+aiohttp.web+redis",
-      "notes": "Python 3 + AsyncIO + aiohttp.web + Redis"
+      "notes": "Python 3 + API-Hour + AsyncIO + aiohttp.web + Redis"
     },
     },
     "json": {
     "json": {
       "setup_file": "setup",
       "setup_file": "setup",
       "json_url": "/json",
       "json_url": "/json",
       "port": 8009,
       "port": 8009,
       "approach": "Stripped",
       "approach": "Stripped",
-      "classification": "Micro",
+      "classification": "Platform",
       "database": "None",
       "database": "None",
       "framework": "AsyncIO",
       "framework": "AsyncIO",
       "language": "Python",
       "language": "Python",
       "orm": "Raw",
       "orm": "Raw",
       "platform": "API-Hour",
       "platform": "API-Hour",
-      "webserver": "None",
+      "webserver": "Gunicorn",
       "os": "Linux",
       "os": "Linux",
       "database_os": "None",
       "database_os": "None",
       "display_name": "API-Hour+AsyncIO",
       "display_name": "API-Hour+AsyncIO",
-      "notes": "Python 3 + AsyncIO"
+      "notes": "Python 3 + API-Hour + AsyncIO"
     },
     },
     "plaintext": {
     "plaintext": {
       "setup_file": "setup",
       "setup_file": "setup",
       "json_url": "/plaintext",
       "json_url": "/plaintext",
       "port": 8011,
       "port": 8011,
       "approach": "Stripped",
       "approach": "Stripped",
-      "classification": "Micro",
+      "classification": "Platform",
       "database": "None",
       "database": "None",
       "framework": "AsyncIO",
       "framework": "AsyncIO",
       "language": "Python",
       "language": "Python",
       "orm": "Raw",
       "orm": "Raw",
       "platform": "API-Hour",
       "platform": "API-Hour",
-      "webserver": "None",
+      "webserver": "Gunicorn",
       "os": "Linux",
       "os": "Linux",
       "database_os": "None",
       "database_os": "None",
       "display_name": "API-Hour+AsyncIO",
       "display_name": "API-Hour+AsyncIO",
-      "notes": "Python 3 + AsyncIO"
+      "notes": "Python 3 + API-Hour + AsyncIO"
     }
     }
   }]
   }]
 }
 }