Skip to content

Commit

Permalink
Only keep 2 sig digits
Browse files Browse the repository at this point in the history
  • Loading branch information
jdidion committed Jun 14, 2017
1 parent 2cde9f1 commit 96f46a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_performance.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def perftest(name, text_generator, num_iter=10):
# generate a big text
msg = """
Timing of {iter} {name} tests with total size {size:,d} characters and
use_system = {use_system}: {duration:0.4f} sec"""
use_system = {use_system}: {duration:0.2f} sec"""
total_size = 0

with TempDir() as root:
Expand Down

0 comments on commit 96f46a1

Please sign in to comment.