Эх сурвалжийг харах

benchmark_config doesn't need .py on setup file

Patrick Falls 12 жил өмнө
parent
commit
24ffd7c489

+ 2 - 2
plack/benchmark_config

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