Revert "Benchmark is set to work as a standalone shape (#165)"

This reverts commit e0a3296660.
This commit is contained in:
Anton Osika
2023-06-18 22:35:05 +02:00
parent 8180f0346c
commit 2fd5e78fd5

View File

@@ -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")