Browse Source

fix config

Waldecir Santos 12 years ago
parent
commit
79fac1639a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tornado/benchmark_config

+ 2 - 1
tornado/benchmark_config

@@ -2,11 +2,12 @@
   "framework": "tornado3-raw",
   "framework": "tornado3-raw",
   "tests": [{
   "tests": [{
     "default": {
     "default": {
-      "setup_file": "setup.py"
+      "setup_file": "setup",
       "json_url": "/json",
       "json_url": "/json",
       "db_url": "/db",
       "db_url": "/db",
       "query_url": "/db?queries=",
       "query_url": "/db?queries=",
       "port": 8080,
       "port": 8080,
       "sort": 44
       "sort": 44
+    }
   }]
   }]
 }
 }