mirror of
https://github.com/aljazceru/gpt-engineer.git
synced 2025-12-17 12:45:26 +01:00
Benchmark is set to work as a standalone shape (#165)
This commit is contained in:
@@ -6,12 +6,13 @@ import subprocess
|
||||
|
||||
from itertools import islice
|
||||
from pathlib import Path
|
||||
from typing import Optional
|
||||
|
||||
from typer import run
|
||||
|
||||
|
||||
def main(
|
||||
n_benchmarks: int | None = None,
|
||||
n_benchmarks: Optional[int] = None,
|
||||
):
|
||||
path = Path("benchmark")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user