Browse Source

benchmark_config doesn't need .py on setup file

Patrick Falls 12 năm trước cách đây
mục cha
commit
24ffd7c489
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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
     }
   }]
-}
+}