summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks
Commit message (Expand)AuthorAgeFilesLines
* Bump WINVER, _WIN32_WINNT and _WIN32_IE to _WIN32_WINNT_WIN10 (0x0A00)Yuhang Zhao2021-11-111-1/+3
* Fix some compiler warnings from deprecated QFont constructorVolker Hilsheimer2021-08-121-1/+1
* testlib: Deprecate QWARN() in favor of qWarning()Tor Arne Vestbø2021-08-051-1/+1
* 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
* Use QChar::fromUcs4(i) rather than QChar(i) on out-of-range iEdward Welbourne2021-07-221-16/+28
* Don't slow down a QMap benchmark by growing a megabyte-long stringEdward Welbourne2021-07-211-1/+1
* Suppress a broken benchmark comparing QVector to std::vectorEdward Welbourne2021-07-192-6/+15
* QFile benchmark: only set up and tear down the data directory onceEdward Welbourne2021-07-191-99/+73
* Unify and clean up two identical tst_qfile::*_data() functionsEdward Welbourne2021-07-191-57/+41
* Move QSKIP()s to _data() functions in QFile benchmarkEdward Welbourne2021-07-191-24/+11
* Fix qdbusperformance and qprocess benchmarksEdward Welbourne2021-07-163-6/+12
* QFile benchmark: always use Unbuffered for QFSFileEngine testsEdward Welbourne2021-07-061-7/+5
* Fix QDirIterator benchmark to actually find its test dataEdward Welbourne2021-07-061-15/+13
* Implement QFileInfo::junctionTarget(), adjust auto-testKarsten Heimrich2021-06-051-5/+5
* Refactor createSymbolicLink() and createNtfsJunction()Karsten Heimrich2021-06-021-3/+2
* QStringTokenizer: Add a benchmarkMårten Nordheim2021-05-194-0/+203
* Fix BASE argument of qt_add_resourcesJoerg Bornemann2021-05-182-88/+3
* Make loop variables references in date benchmarkDavid Skoland2021-04-271-5/+5
* Declare loop arg in benchmark unusedDavid Skoland2021-04-271-2/+2
* Fix QMetaType API deprecation warning in benchmarkVolker Hilsheimer2021-04-261-1/+1
* Add QSortFilterProxyModel clear-filter benchmarkIgor Kushnir2021-04-254-0/+131
* Update QList benchmark testsAndrei Golubev2021-04-211-101/+68
* Merge integration refs/builds/qtci/dev/1618512247Qt CI Bot2021-04-161-9/+1
|\
| * Remove Qt dependency from some test helper executablesJoerg Bornemann2021-04-151-9/+1
* | Add the "Territory" enumerated type for QLocaleJiDe Zhang2021-04-151-14/+14
|/
* Replace deprecated APIs in metatype/variant benchmarksVolker Hilsheimer2021-04-144-52/+49
* Fix some warningsAndreas Buhr2021-03-298-14/+37
* Fix some warningsAndreas Buhr2021-03-252-3/+3
* tst_bench_qmetaobject: Fix testFabian Kosmale2021-03-191-3/+4
* Convert QSslSocket(Backend)Private into pluginTimur Pocheptsov2021-03-171-3/+0
* tst_qguimetatype: Avoid deprecated methodsFabian Kosmale2021-03-171-14/+21
* Fix warnings about marking functions overrideAndreas Buhr2021-03-109-79/+94
* tst_qguivariant benchmark: Only use valid QMetaTypesFabian Kosmale2021-03-101-2/+5
* tst_bench_qguimetatype: only consider valid metatypesFabian Kosmale2021-03-101-2/+5
* Allow QWindowsPipe{Reader|Writer} to work with foreign event loops, take 2Alex Trotsenko2021-03-023-0/+240
* Fix some warnings about virtual/overrideAndreas Buhr2021-02-231-2/+2
* Fix compiler warning: initialize variableVolker Hilsheimer2021-02-111-2/+2
* Fix QMetaType benchmarkFabian Kosmale2021-02-041-3/+5
* Fix compiler warning in QNetworkReply testVolker Hilsheimer2021-02-031-2/+2
* 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