@@ -67,20 +67,20 @@ library has good performance characteristics. In comparison with other Python pr
67
67
68
68
For inlining CSS in the html document from the ``Usage `` section above we have the following breakdown in our benchmarks:
69
69
70
- - ``css_inline 0.4 .0 `` - 23.84 us
71
- - ``premailer 3.7.0 `` - 331 us (**x13.9 **)
72
- - ``inlinestyler 0.2.4 `` - 2.45 ms (**x102.8 **)
73
- - ``pynliner 0.8.0 `` - 2.81 ms (**x118.04 **)
70
+ - ``css_inline 0.5 .0 `` - 22.88 us
71
+ - ``premailer 3.7.0 `` - 331 us (**x14.48 **)
72
+ - ``inlinestyler 0.2.4 `` - 2.43 ms (**x106.43 **)
73
+ - ``pynliner 0.8.0 `` - 2.76 ms (**x120.76 **)
74
74
75
75
And for a more realistic email:
76
76
77
- - ``css_inline 0.4 .0 `` - 491.63 us
78
- - ``premailer 3.7.0 `` - 3.31 ms (**x6.74 **)
79
- - ``inlinestyler 0.2.4 `` - 61.78 ms (**x125.68 **)
80
- - ``pynliner 0.8.0 `` - 92.68 ms (**x188.52 **)
77
+ - ``css_inline 0.5 .0 `` - 469.57 us
78
+ - ``premailer 3.7.0 `` - 3.32 ms (**x7.09 **)
79
+ - ``inlinestyler 0.2.4 `` - 63.15 ms (**x125.58 **)
80
+ - ``pynliner 0.8.0 `` - 90.66 ms (**x189.20 **)
81
81
82
82
You can take a look at the benchmarks' code at ``benches/bench.py `` file.
83
- The results above were measured with ``rustc 1.46 ``, ``Python 3.8 `` on i8700K, and 32GB RAM.
83
+ The results above were measured with stable ``rustc 1.45.2 ``, ``Python 3.8 `` on i8700K, and 32GB RAM.
84
84
85
85
Python support
86
86
--------------
0 commit comments