mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
stylo: Update ComputedValues size in test
This commit is contained in:
parent
cd6f68c545
commit
454fb9f1e4
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ fn size_of_selectors_dummy_types() {
|
||||||
size_of_test!(test_size_of_rule, style::stylist::Rule, 32);
|
size_of_test!(test_size_of_rule, style::stylist::Rule, 32);
|
||||||
|
|
||||||
// Large pages generate tens of thousands of ComputedValues.
|
// Large pages generate tens of thousands of ComputedValues.
|
||||||
size_of_test!(test_size_of_cv, ComputedValues, 272);
|
size_of_test!(test_size_of_cv, ComputedValues, 256);
|
||||||
|
|
||||||
size_of_test!(test_size_of_option_arc_cv, Option<Arc<ComputedValues>>, 8);
|
size_of_test!(test_size_of_option_arc_cv, Option<Arc<ComputedValues>>, 8);
|
||||||
size_of_test!(test_size_of_option_rule_node, Option<StrongRuleNode>, 8);
|
size_of_test!(test_size_of_option_rule_node, Option<StrongRuleNode>, 8);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue