Closed
Bug 1436018
Opened 7 years ago
Closed 7 years ago
Disable Stylo microbenchmark on Windows
Categories
(Tree Management :: Perfherder, enhancement, P1)
Tree Management
Perfherder
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: igoldan, Assigned: igoldan)
References
Details
(Whiteboard: [stylo:p3])
Attachments
(1 file)
Proposal originated here [1].
[1] https://bugzilla.mozilla.org/show_bug.cgi?id=1434213#c22
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → igoldan
Assignee | ||
Updated•7 years ago
|
Priority: -- → P1
Updated•7 years ago
|
Whiteboard: [stylo:p3]
Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8964516 [details]
Bug 1436018 - Disable Stylo microbenchmark on Windows
https://reviewboard.mozilla.org/r/233248/#review238764
really close
::: layout/style/test/gtest/StyloParsingBench.cpp
(Diff revision 1)
> nullptr)
> .Consume();
> }
> }
>
> -MOZ_GTEST_BENCH(Stylo, Servo_StyleSheet_FromUTF8Bytes_Bench, ServoParsingBench);
if we remove this, then we should remove the ServoParsingBench method above.
::: layout/style/test/gtest/StyloParsingBench.cpp:111
(Diff revision 1)
> +MOZ_GTEST_BENCH(Stylo, Servo_DeclarationBlock_SetPropertyById_WithInitialSpace_Bench, [] {
> + ServoSetPropertyByIdBench(NS_LITERAL_CSTRING(" 10px"));
> +});
>
> +MOZ_GTEST_BENCH(Stylo, Servo_DeclarationBlock_GetPropertyById_Bench, ServoGetPropertyValueById);
> +#endif
nit: trailing whitespace here.
Attachment #8964516 -
Flags: review?(jmaher) → review-
Assignee | ||
Comment 3•7 years ago
|
||
mozreview-review-reply |
Comment on attachment 8964516 [details]
Bug 1436018 - Disable Stylo microbenchmark on Windows
https://reviewboard.mozilla.org/r/233248/#review238764
> if we remove this, then we should remove the ServoParsingBench method above.
I haven't removed that function call. I've only grouped it with the others, to easily silence them on Windows.
Comment hidden (mozreview-request) |
Comment 5•7 years ago
|
||
mozreview-review |
Comment on attachment 8964516 [details]
Bug 1436018 - Disable Stylo microbenchmark on Windows
https://reviewboard.mozilla.org/r/233248/#review238798
thanks
Attachment #8964516 -
Flags: review?(jmaher) → review+
Pushed by igoldan@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/42176ad3be1e
Disable Stylo microbenchmark on Windows r=jmaher
Comment 7•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•