Skip to content

Commit

Permalink
TST: Add test_image_new_property benchmark (#2074)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma authored Aug 9, 2023
1 parent f9d25e6 commit e81fbae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/bench.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,9 @@ def test_read_string_from_stream_performance(benchmark):
Runs < 100ms on a 2019 notebook. Takes 10 seconds prior to #1350.
"""
benchmark(read_string_from_stream_performance)


def test_image_new_property_performance(benchmark):
from .test_images import test_image_new_property

benchmark(test_image_new_property)

0 comments on commit e81fbae

Please sign in to comment.