소스 검색

benchmark_config doesn't need .py on setup file

Patrick Falls 12 년 전
부모
커밋
24ffd7c489
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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
     }
   }]
-}
+}