Skip to content

Commit d809e25

Browse files
committed
update README: benchmark
1 parent b99637d commit d809e25

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.rst

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -687,21 +687,22 @@ In the same time ``tabulate`` is comparable to other table
687687
pretty-printers. Given a 10x10 table (a list of lists) of mixed text
688688
and numeric data, ``tabulate`` appears to be slower than
689689
``asciitable``, and faster than ``PrettyTable`` and ``texttable``
690-
The following mini-benchmark was run in Python 3.7.1 on Windows
690+
The following mini-benchmark was run in Python 3.6.8 on Ubuntu 18.04 in WSL:
691691

692692
::
693693

694694
=========================== ========== ===========
695695
Table formatter time, μs rel. time
696696
=========================== ========== ===========
697-
csv to StringIO 15.6 1.0
698-
join with tabs and newlines 20.4 1.3
699-
asciitable (0.8.0) 285.5 18.3
700-
tabulate (0.8.3) 685.8 44.0
701-
PrettyTable (0.7.2) 1277.4 81.9
702-
texttable (1.6.0) 1744.7 111.8
697+
csv to StringIO 11.3 1.0
698+
join with tabs and newlines 14.5 1.3
699+
asciitable (0.8.0) 233.4 20.7
700+
tabulate (0.8.4) 523.4 46.4
701+
PrettyTable (0.7.2) 967.7 85.8
702+
texttable (1.6.2) 1377.0 122.1
703703
=========================== ========== ===========
704704

705+
705706
Version history
706707
---------------
707708

0 commit comments

Comments
 (0)