summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* qHash: implement an AES hasher for QLatin1StringViewThiago Macieira2024-03-123-11/+51
* Change license for tests filesLucie Gérard2024-02-0417-17/+17
* Bench QSet::uniteMårten Nordheim2024-02-011-0/+68
* tst_bench_{qhash,qset}: set deterministic seedMårten Nordheim2024-01-232-0/+8
* Mark all of Qt as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-193-0/+6
* 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
* tst_bench_QCryptographicHash: port to QTest::addRow()Marc Mutz2023-03-231-24/+24
* Replace ushort*/uint* with char16_t*/char32_t* in private API [1]Ahmad Samir2023-03-151-1/+1
* Silence warning, initialize variables before usingVolker Hilsheimer2023-03-061-2/+2
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-172-4/+0
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-1/+1
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-151-2/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-041-1/+1
* Update tst_bench_qhash hash functions to use size_tMårten Nordheim2022-09-272-10/+10
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2314-14/+14
* Add license headers to cmake filesLucie Gérard2022-08-0314-0/+42
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-2813-13/+13
* 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
* Use SPDX license identifiersLucie Gérard2022-05-1617-460/+35
* benchmarks: fix deprecation warningsMarc Mutz2022-04-061-2/+2
* Tests: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+2
* Fix the benchmark for QList::removeAll()Sona Kurazyan2021-12-091-92/+25
* Add note to QList benchmark about known bugEdward Welbourne2021-08-301-0/+1
* Standardise layout and naming in corelib benchmarksEdward Welbourne2021-08-3023-102/+73
* Add a benchmark for QSharedPointerMarc Mutz2021-07-273-0/+133
* 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
* 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
* 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
* Limit some QList benchmark data-set sizes to avoid time-outsEdward Welbourne2021-07-151-15/+17
* QList benchmark: inline the removAll tests to match most othersEdward Welbourne2021-07-151-53/+23
* QList benchmark: fix annoying -Wdeprecated-copy warningMarc Mutz2021-06-301-0/+2
* Update QList benchmark testsAndrei Golubev2021-04-211-101/+68
* Fix some warningsAndreas Buhr2021-03-293-9/+25
* Fix compiler warning: initialize variableVolker Hilsheimer2021-02-111-2/+2
* Remove qmake project files for benchmarksJoerg Bornemann2021-02-0113-81/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-223-3/+3
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-301-1/+1
* Fix warnings about unused variables in benchmarksAndreas Buhr2020-11-301-0/+1