Explorar o código

benchmark_config doesn't need .py on setup file

Patrick Falls %!s(int64=12) %!d(string=hai) anos
pai
achega
24ffd7c489
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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
     }
   }]
-}
+}