Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix remaining flake8 warnings | Kagami Sascha Rosylight | 2020-06-21 | 1 | -5/+5 |
| | |||||
* | Update userscripts Option | Coder206 | 2018-12-14 | 1 | -1/+1 |
| | | | | Fixes #22462 | ||||
* | Update MPL license to https (part 1) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | Filter out failed test-perf runs. | Alan Jeffrey | 2018-01-05 | 1 | -1/+3 |
| | |||||
* | Add a --date option to test-perf. | Alan Jeffrey | 2017-12-06 | 1 | -10/+15 |
| | |||||
* | Added explicit UTF-8 encoding to test-perf. | Alan Jeffrey | 2017-11-30 | 1 | -2/+2 |
| | |||||
* | Include OS and architecture in test-perf data. | Alan Jeffrey | 2017-11-20 | 1 | -0/+10 |
| | |||||
* | Include a YYYYMMDD date field in the raw test-perf CSV to make Google Data ↵ | Alan Jeffrey | 2017-11-16 | 1 | -0/+6 |
| | | | | Studio happy. | ||||
* | Auto merge of #19233 - asajeffrey:test-perf-csv, r=jdm | bors-servo | 2017-11-16 | 1 | -1/+39 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Save test-perf data in csv <!-- Please describe your changes on the following line: --> Most data analytics and visualization tools (e.g. Google Data Studio and Amazon Quick Sight) seem to want .csv input, not .json. This PR makes .csv the default data format. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes do not require tests because it's test infrastructure <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19233) <!-- Reviewable:end --> | ||||
| * | Support saving test data to .csv as well as .json. | Alan Jeffrey | 2017-11-15 | 1 | -1/+39 |
| | | |||||
* | | Add 'Error loading page' case for validating correctness of test-perf data. | Alan Jeffrey | 2017-11-15 | 1 | -1/+1 |
|/ | |||||
* | Add --base option to test-perf. | Alan Jeffrey | 2017-11-13 | 1 | -16/+41 |
| | |||||
* | Added async performance test | Shing Lyu | 2017-02-08 | 1 | -7/+19 |
| | |||||
* | Use resource manager in gecko_driver and nits | Shing Lyu | 2016-11-16 | 1 | -1/+1 |
| | |||||
* | Remove a level of unnessary function call | Shing Lyu | 2016-11-16 | 1 | -31/+25 |
| | |||||
* | Various easy nits | Shing Lyu | 2016-11-16 | 1 | -11/+14 |
| | |||||
* | Use selenium to drive gecko test | Shing Lyu | 2016-11-14 | 1 | -55/+75 |
| | |||||
* | Log and readme improvements | Shing Lyu | 2016-11-07 | 1 | -4/+4 |
| | |||||
* | Use headless rendering for performance test | Shing Lyu | 2016-11-07 | 1 | -0/+1 |
| | |||||
* | Create ./mach test-perf command | CHANG FU CHIAO | 2016-09-25 | 1 | -1/+1 |
| | | | | | | in testing_commands.py, I linked the new command to test_perf.sh in test_perf.sh, it would prepare tp5n.zip and virtual environment then run test_all.sh | ||||
* | Fixed formatting of timeout argument. | Alan Jeffrey | 2016-08-19 | 1 | -1/+1 |
| | |||||
* | Filter reports for ones with title Error report. | Alan Jeffrey | 2016-08-19 | 1 | -10/+8 |
| | |||||
* | Only include [PERF] lines in report. | Alan Jeffrey | 2016-08-19 | 1 | -1/+1 |
| | |||||
* | Removed extra space from --userscripts option. | Alan Jeffrey | 2016-08-19 | 1 | -1/+1 |
| | |||||
* | Removed shell option from subprocess. | Alan Jeffrey | 2016-08-19 | 1 | -2/+1 |
| | |||||
* | Bug 10452 - Page Load Time Test Runner | Shing Lyu | 2016-08-08 | 1 | -0/+265 |