summaryrefslogtreecommitdiff
path: root/scripts/qmlbenchrunner
Commit message (Collapse)AuthorAgeFilesLines
* Update Qmlbench runners to build Qt5CompatDaniel Smith2022-10-273-2/+3
| | | | | Change-Id: Ia614deb48921308f3f7b78a8159f7abca8414fd3 Reviewed-by: Daniel Smith <Daniel.Smith@qt.io>
* Use SPDX license identifiersLucie Gérard2022-06-087-266/+14
| | | | | | | | | | | Replace the current license header in files by a SPDX-License-Identifier. License files are organized under LICENSES directory. Pick-to: master Task-number: QTBUG-67283 Change-Id: I6ae743e055bbf1cf514abe604157068923fb03c6 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
* Update qt6 benchmark runners to use qml pathsDaniel Smith2022-04-062-3/+3
| | | | | | | Requires qt-labs/qmlbench@c9d84ead801960601870240e36478468c2a28b82 Change-Id: I43ae3dfd5ea1cbec6543b72191a94b118491b3a1 Reviewed-by: Daniel Smith <Daniel.Smith@qt.io>
* Split embedded runners for qt5 and qt6Daniel Smith2021-10-085-8/+501
| | | | | | | | | | | | | | | | | | | Branching off the qt5 embedded runner is cleaner than adapting the single script to cross-compile both qt5 and qt6, since both require completely different cross-compilation strategies due to the switch to cmake in qt6 from qmake. As the old embedded runner did, the new embedded runner for qt6 builds qt components required for qmlbench, deploys them to a target device, runs the benchmark suite, and then collects results. For qt6, a new python script is included to update hard-coded version strings in the boot2qt sdk as a workaround to enable the use of a single sdk across various versions of qt6. Task-number: QTQAINFRA-4412 Change-Id: I96fa0f9649fd22d0fb96001d79f1733bfba34c62 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
* Move QMLBenchRunner into qt/qtqa and make it a first-class citizenDaniel Smith2021-10-085-0/+717
qmlbenchrunner has traditionally lived at https://github.com/eskilblomfeldt/qmlbenchrunner Moving it to qt/qtqa and making some significant changes to futureproof it for qt6, cmake, while maintaining backwards compatibility is now necessary. Change-Id: Ida56ed6ad71dac4687fe39bcf082d41ef2aa9271 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>