Skip to content

Commit

Permalink
adds performance test to README
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanpedersen committed Feb 3, 2017
1 parent 6e4546c commit 1254a83
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,14 @@ Rules with unsupported selectors will not be removed.
| [:valid](http://www.w3schools.com/cssref/sel_valid.asp) | input:valid |
| [:visited](http://www.w3schools.com/cssref/sel_visited.asp) | a:visited |

## Performance
1000 test runs on a 2.7 GHz Intel Core i5 MacBook Pro (early 2015) using unprocessed css and html from [debitoor](https://debitoor.com/).

| Library | Duration |
| --- | --- |
| css-bingo | 20s 804.949056ms |
| [purify-css](https://github.com/purifycss/purifycss) | 144s 248.650515ms |

## Licence
The MIT License (MIT)

Expand Down

0 comments on commit 1254a83

Please sign in to comment.