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

1
Cargo.lock generated
View file

@ -2771,6 +2771,7 @@ dependencies = [
"matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"owning_ref 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"rayon 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
"selectors 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
"servo_atoms 0.0.1",