summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks
Commit message (Expand)AuthorAgeFilesLines
* Separate out the time, zone, date code from corelib/tools/Edward Welbourne2019-06-069-2/+6
* Add a bench-mark for QDate's isValid() and daysInMonth()Edward Welbourne2019-05-222-0/+57
* QtCore: mark obsolete enumerations as deprecatedChristian Ehrlicher2019-05-171-1/+0
* Optimize QTimer::singleShot(0, ...) when taking PMF or Functor callableMilian Wolff2019-04-061-3/+18
* Remove handling of missing Q_COMPILER_CLASS_ENUMAllan Sandfeld Jensen2019-04-061-4/+1
* Replace qMove with std::moveAllan Sandfeld Jensen2019-04-061-2/+2
* Enable and extend the qtimer_vs_qmetaobject benchmarkMilian Wolff2019-03-272-14/+56
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-192-4/+4
|\
| * Add cmdline feature to qmakeJoerg Bornemann2019-02-182-4/+4
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-084-2/+113
|\|
| * Add testlib selftests for double and for non-finite float and doubleEdward Welbourne2019-02-064-2/+113
* | QFile/QFileInfo: mark readLink() as deprecatedChristian Ehrlicher2019-01-231-2/+2
* | Make convert_generic_to_rgb64 more genericAllan Sandfeld Jensen2019-01-081-0/+10
* | Benchmark: Add _bench_ into the name of the qmap benchmarkTobias Hunger2018-11-081-1/+1
* | benchmarks: Fix copy and paste error in .pro-fileTobias Hunger2018-11-081-1/+1
* | tst_qfileinfo: Refactor ntfsJunctionPointsAndSymlinks()Friedemann Kleint2018-09-301-1/+3
* | Use a std::vector instead of a QVector in QMimeDatabasePrivateIvan Komissarov2018-09-291-0/+11
* | QListView: Speedup handling of hidden itemsChristian Ehrlicher2018-09-173-1/+77
|/
* Implement support for 16bpc image formatsAllan Sandfeld Jensen2018-08-111-0/+3
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-021-3/+2
|\
| * tst_bench_QUuid: eliminate an unused variableEdward Welbourne2018-06-141-3/+2
* | Speed up QTimeZone::isTimeZoneIdAvailable by a factor 43David Faure2018-04-233-0/+57
* | Merge remote-tracking branch 'origin/5.11' into devLars Knoll2018-04-121-8/+2
|\|
| * Cut down on drawPixmap and drawImage combinationsAllan Sandfeld Jensen2018-04-121-8/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-053-1/+343
|\|
| * Add lancelot based benchmarkAllan Sandfeld Jensen2018-04-043-1/+343
* | Benchmarks/QGraphicsView: re-enable graphicslayout/graphicslinearlayoutChristian Ehrlicher2018-04-045-22/+25
* | Benchmarks/QGraphicsItem: use testdata instead hard-coded valuesChristian Ehrlicher2018-03-271-1/+1
* | Benchmark: move widgets benchmarks still in gui subdirectory to widgetsChristian Ehrlicher2018-03-27201-20/+16
* | Benchmark/QImageReader: remove unused dependenciesChristian Ehrlicher2018-03-233-6/+0
|/
* Make a benchmark out of tst_QObjectPerformance::emitToManyReceiversKari Oikarinen2018-03-071-0/+24
* QObjectBenchmark: Don't try to set read-only propertiesKari Oikarinen2018-03-071-1/+2
* psql: do not try to get table name when PQftable returns InvalidOidChristian Ehrlicher2018-02-221-0/+33
* Merge remote-tracking branch 'origin/5.10.1' into 5.11Liang Qi2018-02-193-0/+197
|\
| * psql: Improve performance of record()v5.10.1Andy Shaw2018-02-083-0/+197
* | Add drawTexture benchmarkAllan Sandfeld Jensen2018-02-063-0/+554
* | Benchmarks: tst_tcpserver: Remove unnecessary qprocess includeOliver Wolff2018-02-051-1/+0
* | Update usage of QFontMetrics::width() to new APIEskil Abrahamsen Blomfeldt2017-12-083-4/+4
* | Use dependencies instead of CONFIG+=orderedAllan Sandfeld Jensen2017-12-022-2/+2
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-237-19/+24
|\|
| * Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-087-19/+24
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-177-7/+15
|\|
| * Ensure result of all QTest::qWaitFor are verifiedTor Arne Vestbø2017-10-056-7/+7
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-041-0/+8
| |\
| | * Restore compatibility with pre-5.9 Keccak calculationThiago Macieira2017-09-211-0/+8
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-263-5/+9
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-203-5/+9
| |\|
| | * Use QT_LSTAT instead of lstat directlyJake Petroules2017-09-152-4/+6
| | * Exclude DBus performance test with -no-feature-processJake Petroules2017-09-151-1/+3
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1