summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks (follow)
Commit message (Expand)AuthorAgeFilesLines
* tst_bench_qtimezone: fix a 'sign-compare' warningTatiana Borisova5 days1-1/+1
* QSharedPointer: optimize casts on rvalue shared pointersMilian Wolff2024-09-051-0/+74
* fix: Redundant condition in abstractitemcontainerTian Shilin2024-08-281-1/+1
* Speed up setup for QSet unite benchmarkMårten Nordheim2024-08-271-0/+2
* Add QTZ::displayName() benchmarksEdward Welbourne2024-08-161-0/+68
* Correct Arabic exponent separator in QLocale benchmarksEdward Welbourne2024-08-161-4/+4
* tst_QLocale: remove duplicate fromScriptLand_data() data rowsEdward Welbourne2024-08-161-5/+0
* QDirListing: add flags to handle entries filteringAhmad Samir2024-06-271-1/+3
* Add copyright and licensing to build system files missing itLucie Gérard2024-05-212-0/+4
* QDecompressHelper: update the benchmarkMårten Nordheim2024-05-141-1/+2
* Improve test compilation setup with QtLite configurationJari Helaakoski2024-05-101-1/+5
* Fix test compilation issues with QtLite configurationJari Helaakoski2024-05-066-8/+27
* Add benchmarks for QDate::fromString()Edward Welbourne2024-04-221-0/+27
* Add QPainter benchmark case re clipping primitives exceeding deviceEirik Aavitsland2024-04-181-0/+53
* tst_bench_qdiriterator: fix build on VxWorksAhmad Samir2024-04-131-2/+1
* qHash: implement an AES hasher for QLatin1StringViewThiago Macieira2024-03-123-11/+51
* tst_bench_qdiriterator: add benchmark for QDirListingAhmad Samir2024-02-291-14/+65
* Add benchmark test for QHttpHeadersJuha Vuolle2024-02-293-0/+277
* Change license for tests filesLucie Gérard2024-02-04203-203/+203
* Bench QSet::uniteMårten Nordheim2024-02-011-0/+68
* Remove qfunctions_vxworks files and usage as it is no longer neededMarcin Zdunek2024-01-251-2/+0
* 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-072-0/+30
* Disable timezone which is not supported on VxworksMarcin Zdunek2023-11-292-14/+27
* Add QCborValue(StringLike) constructor benchmarkIvan Solovev2023-11-151-4/+27
* Rename QImageReader benchmark to tst_bench_Marc Mutz2023-11-132-30/+17
* QStringList: improve benchmark codeAhmad Samir2023-10-251-7/+12
* QStringList: add filter(QStringMatcher) overloadAhmad Samir2023-10-221-6/+41
* compressEvents: limit iterationMårten Nordheim2023-10-171-0/+26
* QCborValue: add benchmark for operator[]Ivan Solovev2023-09-064-0/+87
* QString: use new assign() in operator=({QByteArray, QChar, char *})Dennis Oberst2023-09-051-0/+55
* Mark all of Qt as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-196-0/+12
* tst_QtBench: fix leakAhmad Samir2023-08-181-1/+4
* QMimeDatabase benchmark: port away from Q_FOREACHMarc Mutz2023-08-141-12/+17
* QtWidgets benchmarks: port remaining users away from Q_FOREACHMarc Mutz2023-08-142-10/+10
* QByteArray: use new assign() in operator=(const char *)Dennis Oberst2023-08-111-0/+35
* QMimeDatabase benchmark: measure only what it pertinentMarc Mutz2023-08-091-3/+5
* QWidget benchmark: port away from Q_FOREACHMarc Mutz2023-08-081-1/+1
* GraphicsViewBenchmark: port from QList/Q_FOREACH to initializer_list/ranged-forMarc Mutz2023-08-081-36/+9
* CMake: remove check for cxx11_futureThiago Macieira2023-08-021-4/+0
* 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