aboutsummaryrefslogtreecommitdiffstats
path: root/etc/ci/performance/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Replace virtualenv with Python's built-in venv (#30377)Corey Farwell2023-12-071-10/+0
| | | | | | | | | | | | | | | | | | * Replace virtualenv with Python's built-in venv. * Apply Delan's suggestions and make a couple small fixes - Fix a tidy warning about directories that don't exist - Use shutil instead of the redundant get_exec_path - Miscellaneous cleanups * Fix typo in environment variable * fix bug where pip still tries to the wrong site-packages --------- Co-authored-by: Martin Robinson <mrobinson@igalia.com> Co-authored-by: Delan Azabani <dazabani@igalia.com>
* Add --base option to test-perf.Alan Jeffrey2017-11-131-0/+34
|
* Added async performance testShing Lyu2017-02-081-2/+7
|
* Read firefox path from environment variable for performance testShing Lyu2017-01-121-2/+22
|
* Add an option to submit test-perf result to perfherderShing Lyu2016-12-011-25/+11
|
* Various easy nitsShing Lyu2016-11-161-1/+1
|
* Use selenium to drive gecko testShing Lyu2016-11-141-3/+4
|
* Log and readme improvementsShing Lyu2016-11-071-0/+9
|
* Create ./mach test-perf commandCHANG FU CHIAO2016-09-251-1/+3
| | | | | | 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
* FIX TreeherderClient deprecated paramCHANG FU CHIAO2016-08-271-1/+1
| | | | | | According to warning from TreeherderClient(), the parameters `host` and `protocol` are deprecated. Then use `server_url` instead.
* Bug 10452 - Page Load Time Test RunnerShing Lyu2016-08-081-0/+68