Browse Source

benchmark_config doesn't need .py on setup file

Patrick Falls 12 years ago
parent
commit
97df0f2a9a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      plack/benchmark_config

+ 2 - 2
plack/benchmark_config

@@ -2,9 +2,9 @@
   "framework": "plack",
   "tests": [{
     "default": {
-      "setup_file": "setup.py",
+      "setup_file": "setup",
       "port": 8080,
       "sort": 118
     }
   }]
-}
+}