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