summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks
Commit message (Expand)AuthorAgeFilesLines
* 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
* Select PostgreSQL-only data, rather than filtering in the testEdward Welbourne2021-07-231-19/+17
* Rename QSqlRecord benchmark's source file to match its test nameEdward Welbourne2021-07-232-2/+2
* 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
* Convert QLocalSocket benchmark to use QTestEventLoopEdward Welbourne2021-07-231-10/+17
* Assert some more things we can be sure of in the QMap benchmarkEdward Welbourne2021-07-231-0/+17
* QMap benchmark: use unsigned accumulators and check themEdward Welbourne2021-07-231-4/+12
* Rename QMap benchmark source file to match test nameEdward Welbourne2021-07-232-2/+2
* Give symbolic names to the sizes of data-sets tested in QMap benchmarkEdward Welbourne2021-07-231-24/+27
* Add benchmarks for QString::numberMårten Nordheim2021-07-222-3/+133
* 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
* QString benchmark: rename the source fileMårten Nordheim2021-07-212-2/+2
* Rename QVector benchmark and its main.cpp for consistencyEdward Welbourne2021-07-192-4/+4
* Clean up old QVector benchmarkEdward Welbourne2021-07-193-225/+68
* Suppress a broken benchmark comparing QVector to std::vectorEdward Welbourne2021-07-192-6/+15
* Rename QFile benchmark's source file to tst_bench_qfile.cppEdward Welbourne2021-07-192-2/+2
* Drop pointless parentheses from round case labelsEdward Welbourne2021-07-191-20/+20
* Replace Q_FOREACH() with ranged-for loopsEdward Welbourne2021-07-191-20/+16
* QFile benchmark: only set up and tear down the data directory onceEdward Welbourne2021-07-191-99/+73
* Skip trailing space on ends of QFile benchmark namesEdward Welbourne2021-07-161-3/+6
* QFile benchmark: purge fatuous function, inline several moreEdward Welbourne2021-07-161-39/+8
* QFile benchmark: fix -Wunused-resultMarc Mutz2021-07-151-2/+2
* Limit some QList benchmark data-set sizes to avoid time-outsEdward Welbourne2021-07-151-15/+17
* Fix qdbusperformance and qprocess benchmarksEdward Welbourne2021-07-153-6/+12
* QLocalSocket benchmark: improve connectivity and error reportingAlex Trotsenko2021-07-151-0/+4
* QList benchmark: inline the removAll tests to match most othersEdward Welbourne2021-07-151-53/+23
* QLocalSocket benchmark: Report server error string if listen() failsEdward Welbourne2021-07-151-1/+3
* QStringList benchmark: fix the [[nodiscard]] warningsMarc Mutz2021-07-131-3/+3