aboutsummaryrefslogtreecommitdiffstats
path: root/etc/ci/performance/runner.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix remaining flake8 warningsKagami Sascha Rosylight2020-06-211-5/+5
|
* Update userscripts OptionCoder2062018-12-141-1/+1
| | | | Fixes #22462
* Update MPL license to https (part 1)Jan Andre Ikenmeyer2018-11-191-1/+1
|
* Filter out failed test-perf runs.Alan Jeffrey2018-01-051-1/+3
|
* Add a --date option to test-perf.Alan Jeffrey2017-12-061-10/+15
|
* Added explicit UTF-8 encoding to test-perf.Alan Jeffrey2017-11-301-2/+2
|
* Include OS and architecture in test-perf data.Alan Jeffrey2017-11-201-0/+10
|
* Include a YYYYMMDD date field in the raw test-perf CSV to make Google Data ↵Alan Jeffrey2017-11-161-0/+6
| | | | Studio happy.
* Auto merge of #19233 - asajeffrey:test-perf-csv, r=jdmbors-servo2017-11-161-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 Jeffrey2017-11-151-1/+39
| |
* | Add 'Error loading page' case for validating correctness of test-perf data.Alan Jeffrey2017-11-151-1/+1
|/
* Add --base option to test-perf.Alan Jeffrey2017-11-131-16/+41
|
* Added async performance testShing Lyu2017-02-081-7/+19
|
* Use resource manager in gecko_driver and nitsShing Lyu2016-11-161-1/+1
|
* Remove a level of unnessary function callShing Lyu2016-11-161-31/+25
|
* Various easy nitsShing Lyu2016-11-161-11/+14
|
* Use selenium to drive gecko testShing Lyu2016-11-141-55/+75
|
* Log and readme improvementsShing Lyu2016-11-071-4/+4
|
* Use headless rendering for performance testShing Lyu2016-11-071-0/+1
|
* Create ./mach test-perf commandCHANG FU CHIAO2016-09-251-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 Jeffrey2016-08-191-1/+1
|
* Filter reports for ones with title Error report.Alan Jeffrey2016-08-191-10/+8
|
* Only include [PERF] lines in report.Alan Jeffrey2016-08-191-1/+1
|
* Removed extra space from --userscripts option.Alan Jeffrey2016-08-191-1/+1
|
* Removed shell option from subprocess.Alan Jeffrey2016-08-191-2/+1
|
* Bug 10452 - Page Load Time Test RunnerShing Lyu2016-08-081-0/+265