refactor: split test.py into modular pytest integration tests + benchmark tool #21
+1
-1
@@ -165,7 +165,7 @@ def run_benchmark(source_dir, dest_dir, configs, runs, profile_name):
|
||||
port = find_free_port()
|
||||
server = subprocess.Popen(
|
||||
SERVER_CMD + ["-p", str(port)],
|
||||
stdout=subprocess.DEVNULL, stderr=None,
|
||||
stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL,
|
||||
)
|
||||
try:
|
||||
wait_for_port(port)
|
||||
|
||||
Reference in New Issue
Block a user