Browse Source

Change database_os to pass tests

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

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

@@ -56,7 +56,7 @@
       "platform": "API-Hour",
       "platform": "API-Hour",
       "webserver": "Gunicorn",
       "webserver": "Gunicorn",
       "os": "Linux",
       "os": "Linux",
-      "database_os": "None",
+      "database_os": "Linux",
       "display_name": "API-Hour+AsyncIO",
       "display_name": "API-Hour+AsyncIO",
       "notes": "Python 3 + API-Hour + AsyncIO"
       "notes": "Python 3 + API-Hour + AsyncIO"
     },
     },
@@ -73,7 +73,7 @@
       "platform": "API-Hour",
       "platform": "API-Hour",
       "webserver": "Gunicorn",
       "webserver": "Gunicorn",
       "os": "Linux",
       "os": "Linux",
-      "database_os": "None",
+      "database_os": "Linux",
       "display_name": "API-Hour+AsyncIO",
       "display_name": "API-Hour+AsyncIO",
       "notes": "Python 3 + API-Hour + AsyncIO"
       "notes": "Python 3 + API-Hour + AsyncIO"
     }
     }