Closed
Bug 1392329
Opened 7 years ago
Closed 7 years ago
Add a command-line front-end script for gtest microbenchmarks
Categories
(Firefox Build System :: General, enhancement)
Firefox Build System
General
Tracking
(firefox57 fixed)
RESOLVED
FIXED
mozilla57
Tracking | Status | |
---|---|---|
firefox57 | --- | fixed |
People
(Reporter: SimonSapin, Assigned: SimonSapin)
Details
Attachments
(1 file)
Example usage:
$ ./testing/gtest/bench.py Stylo*
29.779 ± 0.254 ms Stylo.Servo_StyleSheet_FromUTF8Bytes_Bench
28.841 ± 0.031 ms Stylo.Gecko_nsCSSParser_ParseSheet_Bench
296.240 ± 4.744 ms Stylo.Servo_DeclarationBlock_SetPropertyById_Bench
293.855 ± 4.304 ms Stylo.Servo_DeclarationBlock_SetPropertyById_WithInitialSpace_Bench
Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8899542 [details]
Bug 1392329 - Add a command-line front-end script for gtest microbenchmarks.
https://reviewboard.mozilla.org/r/170836/#review176026
WFM. We can make a proper mach subcommand out of this at some point.
Attachment #8899542 -
Flags: review?(nfroyd) → review+
Pushed by simon.sapin@exyr.org:
https://hg.mozilla.org/integration/autoland/rev/db2a49c83d53
Add a command-line front-end script for gtest microbenchmarks. r=froydnj
Comment 4•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
Updated•7 years ago
|
Product: Core → Firefox Build System
Updated•6 years ago
|
Assignee: nobody → simon.sapin
You need to log in
before you can comment on or make changes to this bug.
Description
•