@@ -238,14 +238,14 @@ Caching is disabled by default.
238
238
239
239
` css-inline ` typically inlines HTML emails within hundreds of microseconds, though results may vary with input complexity.
240
240
241
- Benchmarks for ` css-inline==0.14.0 ` :
241
+ Benchmarks for ` css-inline==0.14.1 ` :
242
242
243
- - Basic: ** 6.72 µs** , 230 bytes
244
- - Realistic-1: ** 132 .59 µs** , 8.58 KB
245
- - Realistic-2: ** 86.01 µs** , 4.3 KB
246
- - GitHub page: ** 228.97 ms** , 1.81 MB
243
+ - Basic: ** 6.44 µs** , 230 bytes
244
+ - Realistic-1: ** 128 .59 µs** , 8.58 KB
245
+ - Realistic-2: ** 81.44 µs** , 4.3 KB
246
+ - GitHub page: ** 224.89 ms** , 1.81 MB
247
247
248
- These benchmarks, conducted using ` rustc 1.77.1 ` , can be found in ` css-inline/benches/inliner.rs ` .
248
+ These benchmarks, conducted using ` rustc 1.78 ` on M1 Max , can be found in ` css-inline/benches/inliner.rs ` .
249
249
250
250
## Command Line Interface
251
251
@@ -259,7 +259,7 @@ cargo install css-inline
259
259
260
260
### Usage
261
261
262
- The following command inlines CSS in multiple documents in parallel. Resulting files will be saved
262
+ The following command inlines CSS in multiple documents in parallel. The resulting files will be saved
263
263
as ` inlined.email1.html ` and ` inlined.email2.html ` :
264
264
265
265
``` text
0 commit comments