Skip to content

Commit

Permalink
Update test_speed.py
Browse files Browse the repository at this point in the history
Run test earlier
  • Loading branch information
sergey-dryabzhinsky authored Jan 19, 2025
1 parent 1fd87cb commit 8ef04d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_speed.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class TestZstdSpeed(BaseTestZSTD):

def test_system_info(self):
def test_00_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())

Expand Down

0 comments on commit 8ef04d9

Please sign in to comment.