style: Add a simple custom properties benchmark.

This commit is contained in:
Emilio Cobos Álvarez 2017-10-08 12:55:43 +02:00
parent 851b3e32bd
commit 99d241d517
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
2 changed files with 50 additions and 0 deletions

View file

@ -24,6 +24,7 @@ extern crate test;
mod animated_properties;
mod attr;
mod custom_properties;
mod keyframes;
mod logical_geometry;
mod media_queries;