summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks
Commit message (Expand)AuthorAgeFilesLines
* Bench QSet::uniteMårten Nordheim2024-02-071-0/+68
* tst_bench_{qhash,qset}: set deterministic seedMårten Nordheim2024-01-232-0/+8
* tst_bench_QImageReader: add a benchmark for raw QFatoryLoader operationsMarc Mutz2023-12-092-0/+30
* Rename QImageReader benchmark to tst_bench_Marc Mutz2023-11-162-30/+17
* Add QCborValue(StringLike) constructor benchmarkIvan Solovev2023-11-161-4/+27
* QStringList: improve benchmark codeAhmad Samir2023-11-111-8/+8
* QCborValue: add benchmark for operator[]Ivan Solovev2023-09-114-0/+87
* QMimeDatabase benchmark: port away from Q_FOREACHMarc Mutz2023-08-171-12/+17
* QtWidgets benchmarks: port remaining users away from Q_FOREACHMarc Mutz2023-08-142-10/+10
* QMimeDatabase benchmark: measure only what it pertinentMarc Mutz2023-08-091-3/+5
* Simplify (and fix) initialization of a list of time-zonesEdward Welbourne2023-07-191-5/+2
* Fix warning, remove unused variableVolker Hilsheimer2023-05-221-3/+0
* Long live QtFuture::makeReadyVoidFuture() and QtFuture::makeReadyValueFuture()Ivan Solovev2023-04-051-9/+9
* SQL/Benchmarks: cleanupChristian Ehrlicher2023-04-052-224/+13
* tst_bench_QCryptographicHash: use resultView()Marc Mutz2023-03-311-3/+3
* tst_bench_QCryptographicHash: port from std::function to qxp::function_refMarc Mutz2023-03-311-3/+2
* tst_bench_QCryptographicHash: QSKIP unsupported algorithmsMarc Mutz2023-03-311-0/+19
* tst_bench_QCryptographicHash: add benchmarks for QMessageAuthenticationCodeMarc Mutz2023-03-311-0/+80
* tst_bench_QCryptographicHash: swallow result() return valuesMarc Mutz2023-03-231-3/+6
* tst_bench_QCryptographicHash: use QMetaEnum trickMarc Mutz2023-03-231-60/+20
* tst_bench_QCryptographicHash: port to QTest::addRow()Marc Mutz2023-03-231-24/+24
* Silence warnings from unused variablesVolker Hilsheimer2023-03-214-2/+5
* Replace ushort*/uint* with char16_t*/char32_t* in private API [1]Ahmad Samir2023-03-151-1/+1
* QThread: add sleep(std::chrono::nanoseconds) overloadAhmad Samir2023-03-131-9/+14
* SQL/Tests: remove safeDropTable() / add helper classChristian Ehrlicher2023-03-121-34/+17
* Silence warning, initialize variables before usingVolker Hilsheimer2023-03-061-2/+2
* QTestEventLoop: add enterLoop(std::chrono::milliseconds) overloadAhmad Samir2023-03-032-13/+17
* Fix parsing of numbers to cope with non-single-character tokensEdward Welbourne2023-02-241-9/+0
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-1797-350/+1
* Fix QDir benchmark to do meaningful thingsDavid Faure2023-02-071-35/+25
* QSortFilterProxyModel: port to PMF connects for performance reasonsDavid Faure2023-02-021-0/+14
* Deprecate QDateTime methods using plain Qt::TimeSpecEdward Welbourne2022-12-101-0/+14
* Adapt corelib to use QTimeZone in place of Qt::TimeSpecEdward Welbourne2022-12-092-8/+8
* Add In-place utf-8 case-insensitive comparisonsØystein Heskestad2022-12-023-0/+278
* Add benchmarks for QLocale number parsingEdward Welbourne2022-11-111-0/+230
* Add benchmarks for QString number parsingEdward Welbourne2022-11-111-8/+164
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-034-5/+5
* tests: fix configuring with -no-feature-guiJohannes Kauffmann2022-10-291-3/+2
* benchmarks: fix configuring with -no-feature-sqlJohannes Kauffmann2022-10-251-1/+3
* Windows: bump NTDDI_VERSION to latest version and remove some duplicated codeYuhang Zhao2022-10-241-3/+0
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-151-2/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-116-13/+13
* Port from container.count()/length() to size()Marc Mutz2022-10-043-13/+13
* Update tst_bench_qhash hash functions to use size_tMårten Nordheim2022-09-272-10/+10
* tst_QDir_10000: add sorted_byName benchmarkMarc Mutz2022-08-261-0/+9
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-23145-145/+145
* Update QTimeZone benchmark's list of tested zonesEdward Welbourne2022-08-161-9/+16
* Add license headers to cmake filesLucie Gérard2022-08-03145-0/+435
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-28110-116/+116
* tst_tostring: add benchmarks for QCOMPARE vs. QCOMPARE_EQMarc Mutz2022-06-221-0/+55