Browse Source

More explicit display_names

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

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

@@ -20,8 +20,8 @@
       "webserver": "None",
       "os": "Linux",
       "database_os": "Linux",
-      "display_name": "API-Hour",
-      "notes": "Python 3.4 + AsyncIO"
+      "display_name": "API-Hour+aiohttp.web+pgsql",
+      "notes": "Python 3 + AsyncIO + aiohttp.web + PostgreSQL"
     }
     "redis": {
       "setup_file": "setup",
@@ -37,8 +37,8 @@
       "webserver": "None",
       "os": "Linux",
       "database_os": "Linux",
-      "display_name": "API-Hour",
-      "notes": "Python 3.4 + AsyncIO"
+      "display_name": "API-Hour+aiohttp.web+redis",
+      "notes": "Python 3 + AsyncIO + aiohttp.web + Redis"
     }
   }]
-}
+}