summaryrefslogtreecommitdiff
path: root/scripts/qmlbenchrunner/annotate.py
Commit message (Collapse)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-06-081-38/+2
| | | | | | | | | | | 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>
* Move QMLBenchRunner into qt/qtqa and make it a first-class citizenDaniel Smith2021-10-081-0/+81
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>