Skip to content

Commit

Permalink
Revert "Benchmark is set to work as a standalone shape (AntonOsika#165)"
Browse files Browse the repository at this point in the history
This reverts commit e0a3296.
  • Loading branch information
AntonOsika committed Jun 18, 2023
1 parent 8180f03 commit 2fd5e78
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@

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

Expand Down

0 comments on commit 2fd5e78

Please sign in to comment.