-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b3a241a
commit c3c7f82
Showing
2 changed files
with
34 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,22 @@ | ||
# Benchmarks | ||
|
||
```shell | ||
╔═══════════════════════════╤═══════════════════════════╤═══════════════════════════╤═══════════════════════════╗ | ||
║ CSS File │ Original Size │ Renamed Size │ Improvement ║ | ||
╟───────────────────────────┼───────────────────────────┼───────────────────────────┼───────────────────────────╢ | ||
║ antd-v4.21.7 │ 709.411 KB │ 546.281 KB │ 22.995% ║ | ||
╟───────────────────────────┼───────────────────────────┼───────────────────────────┼───────────────────────────╢ | ||
║ antd-v4.21.7.min │ 545.281 KB │ 382.627 KB │ 29.829% ║ | ||
╟───────────────────────────┼───────────────────────────┼───────────────────────────┼───────────────────────────╢ | ||
║ bootstrap-v5.2.0-beta1 │ 231.991 KB │ 173.111 KB │ 25.38% ║ | ||
╟───────────────────────────┼───────────────────────────┼───────────────────────────┼───────────────────────────╢ | ||
║ bootstrap-v5.2.0-beta1.mi │ 188.949 KB │ 130.069 KB │ 31.162% ║ | ||
║ n │ │ │ ║ | ||
╟───────────────────────────┼───────────────────────────┼───────────────────────────┼───────────────────────────╢ | ||
║ materialize-v1.0.0 │ 175.044 KB │ 147.266 KB │ 15.869% ║ | ||
╟───────────────────────────┼───────────────────────────┼───────────────────────────┼───────────────────────────╢ | ||
║ materialize-v1.0.0.min │ 138.517 KB │ 110.738 KB │ 20.054% ║ | ||
╚═══════════════════════════╧═══════════════════════════╧═══════════════════════════╧═══════════════════════════╝ | ||
╔══════════════════════╤══════════════════════╤══════════════════════╤══════════════════════╤══════════════════════╗ | ||
║ CSS File │ Original Size │ Renamed Size │ Improvement │ Overall Improvement ║ | ||
╟──────────────────────┼──────────────────────┼──────────────────────┼──────────────────────┼──────────────────────╢ | ||
║ antd-v4.21.7 │ 709.411 KB │ 546.281 KB │ 22.995% │ 22.995% ║ | ||
╟──────────────────────┼──────────────────────┼──────────────────────┼──────────────────────┼──────────────────────╢ | ||
║ antd-v4.21.7.min │ 545.281 KB │ 382.627 KB │ 29.829% │ 46.064% ║ | ||
╟──────────────────────┼──────────────────────┼──────────────────────┼──────────────────────┼──────────────────────╢ | ||
║ bootstrap-v5.2.0-bet │ 231.991 KB │ 173.111 KB │ 25.38% │ 25.38% ║ | ||
║ a1 │ │ │ │ ║ | ||
╟──────────────────────┼──────────────────────┼──────────────────────┼──────────────────────┼──────────────────────╢ | ||
║ bootstrap-v5.2.0-bet │ 188.949 KB │ 130.069 KB │ 31.162% │ 43.934% ║ | ||
║ a1.min │ │ │ │ ║ | ||
╟──────────────────────┼──────────────────────┼──────────────────────┼──────────────────────┼──────────────────────╢ | ||
║ materialize-v1.0.0 │ 175.044 KB │ 147.266 KB │ 15.869% │ 15.869% ║ | ||
╟──────────────────────┼──────────────────────┼──────────────────────┼──────────────────────┼──────────────────────╢ | ||
║ materialize-v1.0.0.m │ 138.517 KB │ 110.738 KB │ 20.054% │ 36.737% ║ | ||
║ in │ │ │ │ ║ | ||
╚══════════════════════╧══════════════════════╧══════════════════════╧══════════════════════╧══════════════════════╝ | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters