@@ -238,14 +238,14 @@ Caching is disabled by default.
238238
239239` css-inline ` typically inlines HTML emails within hundreds of microseconds, though results may vary with input complexity.
240240
241- Benchmarks for ` css-inline==0.14.0 ` :
241+ Benchmarks for ` css-inline==0.14.1 ` :
242242
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
247247
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 ` .
249249
250250## Command Line Interface
251251
@@ -259,7 +259,7 @@ cargo install css-inline
259259
260260### Usage
261261
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
263263as ` inlined.email1.html ` and ` inlined.email2.html ` :
264264
265265``` text
0 commit comments