Skip to content

Commit

Permalink
Update test_speed.py
Browse files Browse the repository at this point in the history
Fix test
  • Loading branch information
sergey-dryabzhinsky authored Jan 19, 2025
1 parent bb1cff5 commit 1fd87cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_speed.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
class TestZstdSpeed(BaseTestZSTD):

def test_system_info(self):
log.info("Bundled libzstd uses assembler? : %r" zstd.ZSTD_with_asm())
log.info("Bundled libzstd uses threads? :%r" %zstd.ZSTD_with_threads())
log.info("Bundled libzstd uses assembler? : %r" % zstd.ZSTD_with_asm())
log.info("Bundled libzstd uses threads? :%r" % zstd.ZSTD_with_threads())

def test_compressio_speed(self):
log.info("Compression speed average. Wait 60 seconds...")
Expand Down

0 comments on commit 1fd87cb

Please sign in to comment.