mirror of
https://github.com/aljazceru/gpt-engineer.git
synced 2025-12-17 20:55:09 +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 itertools import islice
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
from typing import Optional
|
||||||
|
|
||||||
from typer import run
|
from typer import run
|
||||||
|
|
||||||
|
|
||||||
def main(
|
def main(
|
||||||
n_benchmarks: int | None = None,
|
n_benchmarks: Optional[int] = None,
|
||||||
):
|
):
|
||||||
path = Path("benchmark")
|
path = Path("benchmark")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user