summaryrefslogtreecommitdiffstats
path: root/tests/manual/loading_benchmark/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update license checkLucie Gérard2025-03-201-1/+1
| | | | | | | | | | | | | | | | The module is now: - checked against quip18 [1] rules (licenseRule.json) - reuse compliant (REUSE.toml) - ready for source SBOM check [1] https://contribute.qt-project.org/quips/18 [ChangeLog][Third-Party Code] Rename license file with LICENSE. prefix. This way the file is ignored by the reuse tool. Task-number: QTBUG-131434 Pick-to: 6.8 6.9 Change-Id: Iaa52f0125719f5172f2e7522df816fcd3ced4928 Reviewed-by: Dominik Holland <dominik.holland@qt.io>
* Add a benchmark for testing backend loading timesDominik Holland2024-06-181-0/+27
The test generates a big qface file with a lot of interfaces and structs. Change-Id: I12a4b6da6356afa19f0cf66d36d03620de355c61 Reviewed-by: Robert Griebl <robert.griebl@qt.io>