summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks
Commit message (Expand)AuthorAgeFilesLines
* 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
* tst_bench_shared_ptr: fix build with BOOST_NO_EXCEPTIONSMarc Mutz2022-06-221-0/+13
* Fix typos in docs and commentsKai Köhne2022-06-151-1/+1
* Make two QDT benchmarks data-driven and add more rowsEdward Welbourne2022-06-151-60/+40
* QTest::toString benchmark: do not pass a template type parameterGiuseppe D'Angelo2022-06-041-1/+1
* QTextDocument: add setLayoutEnabled()David Faure2022-05-261-0/+19
* Fix crash in tst_qquicktext::implicitSizeEskil Abrahamsen Blomfeldt2022-05-201-37/+0
* QTextDocument: add setLayoutEnabled()David Faure2022-05-191-0/+18
* QTextDocument/QGraphicsTextItem: skip layout in setTextWidth(0)David Faure2022-05-171-0/+19
* Use SPDX license identifiersLucie Gérard2022-05-16201-5432/+407
* QWidgetTextControl: port to new-style connects (faster)David Faure2022-05-101-0/+11
* benchmarks: fix deprecation warningsMarc Mutz2022-04-062-5/+5
* More startOfDay() fixes, in tst_bench_QDateTimeEdward Welbourne2022-03-311-4/+5
* Fix lancebench after lancelot restructuringAllan Sandfeld Jensen2022-03-171-1/+1
* Benchmarks: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1
* Tests: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+2
* QByteArray benchmark: fix clang -Wmove-resultMarc Mutz2022-01-241-1/+1
* benchmarks: fix some (future) -Wunused-result warningsMarc Mutz2022-01-243-28/+28
* tst_bench_qlocalsocket: fix Clang 10 warnings about unneeded captureMarc Mutz2022-01-241-2/+1
* QTransform benchmark: measure what was promisedMarc Mutz2022-01-241-1/+1
* Use QPromise when creating continuations to avoid memory leaksSona Kurazyan2022-01-211-0/+1
* Baseline: Move the paintcommands code into the shared directoryVolker Hilsheimer2022-01-201-2/+2
* Remove unused .qrc filesJoerg Bornemann2022-01-172-94/+0
* Fix the benchmark for QList::removeAll()Sona Kurazyan2021-12-091-92/+25
* Optimize QMimeDatabase::mimeTypeForFile(f, MatchDefault)Igor Kushnir2021-12-067-0/+84
* Remove chip.debug compiled binary leftover from debuggingDmitry Shachnev2021-12-061-0/+0
* QAbstractFileEngine: Add permission argument to open()Ievgenii Meshcheriakov2021-12-041-4/+4
* QWaitCondition: also benchmark std::condition_variable{,_any}Marc Mutz2021-11-261-13/+83
* QtBase: replace windows.h with qt_windows.hYuhang Zhao2021-11-234-4/+4
* Rename and restructure the baseline (lancelot) testing codeEirik Aavitsland2021-11-162-5/+7
* QReadWriteLocker: also benchmark recursive modeMarc Mutz2021-11-151-0/+66
* Bump WINVER, _WIN32_WINNT and _WIN32_IE to _WIN32_WINNT_WIN10 (0x0A00)Yuhang Zhao2021-11-101-1/+3
* Remove checks for C++ standard versions C++17 and belowIevgenii Meshcheriakov2021-10-011-2/+0
* Deprecate constructing QString from a pointerChen Wei2021-09-071-1/+1
* Add note to QList benchmark about known bugEdward Welbourne2021-08-301-0/+1
* Standardise layout and naming in corelib benchmarksEdward Welbourne2021-08-3095-524/+359
* New QByteArray::toU?LongLong() benchmarkEdward Welbourne2021-08-271-1/+90
* Fix the (currently unbuilt) qdir/tree/ benchmarkEdward Welbourne2021-08-231-20/+19
* Add benchmark for QByteArray::toPercentEncoding()Edward Welbourne2021-08-191-0/+31
* Add benchmark for QMetaEnumMarc Mutz2021-08-163-0/+88
* Fix some compiler warnings from deprecated QFont constructorVolker Hilsheimer2021-08-111-1/+1
* testlib: Deprecate QWARN() in favor of qWarning()Tor Arne Vestbø2021-08-041-1/+1
* QString benchmark: don't use %lsMårten Nordheim2021-07-291-1/+1
* tests: fix some -WvolatileMarc Mutz2021-07-282-3/+5
* QDirIterator: add nextFileInfo()Marc Mutz2021-07-283-12/+11
* Fix various -Wdeprecated-enum-float-conversions around the codeMarc Mutz2021-07-271-2/+4
* Add a benchmark for QSharedPointerMarc Mutz2021-07-273-0/+133
* Purge empty methods from tst_QSqlRecordEdward Welbourne2021-07-231-17/+0