Closed Bug 1436018 Opened 7 years ago Closed 7 years ago

Disable Stylo microbenchmark on Windows

Categories

(Tree Management :: Perfherder, enhancement, P1)

enhancement

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: igoldan, Assigned: igoldan)

References

Details

(Whiteboard: [stylo:p3])

Attachments

(1 file)

Assignee: nobody → igoldan
Priority: -- → P1
Whiteboard: [stylo:p3]
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-
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 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
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.

Attachment

General

Created:
Updated:
Size: