summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks
Commit message (Expand)AuthorAgeFilesLines
* Make QSqlRecord benchmarks non-fatuousEdward Welbourne2021-07-231-2/+6
* Halve the data-set size of tst_QSqlRecord::benchmarkRecord()Edward Welbourne2021-07-231-1/+2
* Don't slow down a QMap benchmark by growing a megabyte-long stringEdward Welbourne2021-07-231-1/+1
* Use QChar::fromUcs4(i) rather than QChar(i) on out-of-range iEdward Welbourne2021-07-231-16/+28
* QFile benchmark: only set up and tear down the data directory onceEdward Welbourne2021-07-201-99/+73
* Unify and clean up two identical tst_qfile::*_data() functionsEdward Welbourne2021-07-201-57/+41
* Move QSKIP()s to _data() functions in QFile benchmarkEdward Welbourne2021-07-201-24/+11
* Fix qdbusperformance and qprocess benchmarksEdward Welbourne2021-07-153-6/+12
* Fix QDirIterator benchmark to actually find its test dataEdward Welbourne2021-07-081-15/+13
* QFile benchmark: always use Unbuffered for QFSFileEngine testsEdward Welbourne2021-07-081-7/+5
* Fix BASE argument of qt_add_resourcesJoerg Bornemann2021-05-182-88/+3
* tst_qguimetatype: Avoid deprecated methodsFabian Kosmale2021-03-301-14/+21
* tst_bench_qmetaobject: Fix testFabian Kosmale2021-03-211-3/+4
* Fix qnetworkreply's benchmarkTimur Pocheptsov2021-03-171-3/+0
* Fix QMetaType benchmarkFabian Kosmale2021-03-151-3/+5
* tst_qguivariant benchmark: Only use valid QMetaTypesFabian Kosmale2021-03-101-2/+5
* tst_bench_qguimetatype: only consider valid metatypesFabian Kosmale2021-03-101-2/+5
* Optimize RGBA64->RGBA64PM for SSE2/AVX2Allan Sandfeld Jensen2021-02-031-0/+5
* Fix a few compiler warnings in testsAllan Sandfeld Jensen2021-02-026-32/+26
* Remove qmake project files for benchmarksJoerg Bornemann2021-02-01143-1049/+0
* Import qproperty benchmarks from private repoMaximilian Goldstein2021-01-294-0/+323
* QVariant benchmark: fix crashesFabian Kosmale2021-01-271-4/+7
* Add simple benchmark for QRegularExpressionIvan Solovev2021-01-206-1/+321
* Remove unused variable from QNetworkReply benchmarkVolker Hilsheimer2021-01-191-1/+0
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-124-57/+0
* Remove QtDBus includesDavid Skoland2021-01-123-4/+8
* Replace QtTest headers with QTestDavid Skoland2020-12-2236-36/+48
* CMake: Regenerate projects using pro2cmake one last timeAlexandru Croitor2020-12-102-2/+2
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-302-3/+3
* Fix warnings about unused variables in benchmarksAndreas Buhr2020-11-303-3/+1
* Replace qt_make_unique with std::make_uniqueAllan Sandfeld Jensen2020-11-231-3/+2
* Revert "Allow QWindowsPipe{Reader,Writer} to work with foreign event loops"Kai Koehne2020-11-205-250/+0
* CMake: fix QLocalSocket benchmark to use new qt_internal_ APIAlex Trotsenko2020-11-171-1/+1
* Allow QWindowsPipe{Reader,Writer} to work with foreign event loopsAlex Trotsenko2020-11-175-0/+250
* QChar: make construction from integral explicitGiuseppe D'Angelo2020-11-152-9/+9
* QWinEventNotifier: unlink from event dispatcherAlex Trotsenko2020-11-105-1/+165
* Fix QArrayDataOps generic and relocatable emplace()Andrei Golubev2020-11-091-20/+80
* Add QList/QVector benchmark testsAndrei Golubev2020-11-041-1/+265
* Add constructor benchmarks for QLocale, to test likely sub-tag matchingEdward Welbourne2020-10-261-0/+317
* Add benchmark for QString::number(int)Andreas Buhr2020-10-231-0/+9
* Fix [[nodiscard]] compile errors in QLocale benchmarkEdward Welbourne2020-10-191-4/+5
* Refactor QMutexLocker to be able to handle recursive mutexesLars Knoll2020-10-172-4/+4
* Get rid of all usage of QApplication:desktopVolker Hilsheimer2020-10-141-5/+5
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-0727-30/+30
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-23109-132/+127
* CMake: Regenerate projectsAlexandru Croitor2020-09-222-2/+2
* Define inverted QRects consistentlyAllan Sandfeld Jensen2020-09-211-2/+2
* QStyleOptionGraphicsItem: remove deprecated member matrix/levelOfDetailChristian Ehrlicher2020-09-062-16/+18
* Purge qalgorithm.h of deprecated APIEdward Welbourne2020-08-286-148/+1
* Cleanup QTypeInfoLars Knoll2020-08-261-2/+2