style: Add simple rule-tree benchmarks. Fix rule node drop race.

This commit is contained in:
Emilio Cobos Álvarez 2016-12-07 10:25:49 -10:00
parent 8412008525
commit e67ea42c3f
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
6 changed files with 276 additions and 28 deletions

View file

@ -16,12 +16,13 @@ testing = ["style/testing"]
app_units = "0.3"
cssparser = {version = "0.7", features = ["heap_size"]}
euclid = "0.10.1"
html5ever-atoms = "0.1"
matches = "0.1"
owning_ref = "0.2.2"
parking_lot = "0.3"
rayon = "0.5"
rustc-serialize = "0.3"
selectors = "0.15"
html5ever-atoms = "0.1"
servo_atoms = {path = "../../../components/atoms"}
servo_config = {path = "../../../components/config"}
style = {path = "../../../components/style"}