Skip to content

Commit 8d94592

Browse files
committed
docs: Update benchmark
1 parent 5b517d7 commit 8d94592

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

bindings/python/README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -144,26 +144,26 @@ library has excellent performance characteristics. In comparison with other Pyth
144144

145145
For inlining CSS in the html document from the `Usage` section above there is the following breakdown in the benchmarks:
146146

147-
- `css_inline 0.9.0` - 16.31 us
148-
- `premailer 3.10.0` - 302.01 us (**x18.51**)
149-
- `toronado 0.1.0` - 1.42 ms (**x87.06**)
150-
- `inlinestyler 0.2.5` - 2.06 ms (**x126.30**)
151-
- `pynliner 0.8.0` - 2.46 ms (**x150.82**)
147+
- `css_inline 0.9.0` - 13.58 us
148+
- `premailer 3.10.0` - 310.06 us (**x22.83**)
149+
- `toronado 0.1.0` - 1.43 ms (**x105.32**)
150+
- `inlinestyler 0.2.5` - 2.11 ms (**x155.46**)
151+
- `pynliner 0.8.0` - 2.51 ms (**x184.97**)
152152

153153
Realistic email 1:
154154

155-
- `css_inline 0.9.0` - 393.79 us
156-
- `premailer 3.10.0` - 2.72 ms (**x6.90**)
157-
- `toronado 0.1.0` - 30.55 ms (**x77.57**)
158-
- `inlinestyler 0.2.5` - 51.69 ms (**x141.42**)
159-
- `pynliner 0.8.0` - 99.95 ms (**x253.81**)
155+
- `css_inline 0.9.0` - 266.53 us
156+
- `premailer 3.10.0` - 2.78 ms (**x10.47**)
157+
- `toronado 0.1.0` - 31.20 ms (**x117.09**)
158+
- `inlinestyler 0.2.5` - 52.64 ms (**x197.52**)
159+
- `pynliner 0.8.0` - 101.14 ms (**x379.47**)
160160

161161
Realistic email 2:
162162

163-
- `css_inline 0.9.0` - 296.61 us
164-
- `premailer 3.10.0` - 4.07 ms (**x13.72**)
163+
- `css_inline 0.9.0` - 237.23 us
164+
- `premailer 3.10.0` - 4.07 ms (**x17.24**)
165165
- `toronado 0.1.0` - `Error: Pseudo-elements are not supported`
166-
- `inlinestyler 0.2.5` - 33.31 ms (**x112.30**)
166+
- `inlinestyler 0.2.5` - 33.87 ms (**x142.81**)
167167
- `pynliner 0.8.0` - `Error: No match was found`
168168

169169
You can take a look at the benchmarks' code at `benches/bench.py` file.

0 commit comments

Comments
 (0)