Skip to content

Commit

Permalink
remove bench from asv
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Nov 4, 2024
1 parent 32b0535 commit 1948399
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions benchmarks/benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,6 @@ def time_emit_to_item(self, n: int) -> None:
def time_emit_to_partial(self, n: int) -> None:
self.emitter6.changed.emit(1)

def time_emit_fast(self, n: int) -> None:
self.emitter1.changed.emit_fast(1)


class EventedModelSuite:
params = [10, 100]
Expand Down

0 comments on commit 1948399

Please sign in to comment.