qt5base-lts/tests/benchmarks/corelib/tools
Sona Kurazyan 0fbeac0115 Fix the benchmark for QList::removeAll()
The benchmark was making assumptions about number of
constructor/assignment operator calls, which are not valid in Qt 6,
after the implementation of QList has changed. Considering that we
already check number of constructions, copy constructions, etc., in
tst_qlist.cpp, remove the checks from the benchmark.

As a driveby, fix the following warning:
"warning: parameter 'i' shadows member inherited from type 'MyBase'"

Pick-to: 6.2
Fixes: QTBUG-95096
Change-Id: Ida68fa5803641c8fa84f8309c0093986ed4c0a2b
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Reviewed-by: Andrei Golubev <andrei.golubev@qt.io>
2021-12-09 03:45:08 +01:00
..
containers-associative Standardise layout and naming in corelib benchmarks 2021-08-30 19:21:08 +02:00
containers-sequential Standardise layout and naming in corelib benchmarks 2021-08-30 19:21:08 +02:00
qcontiguouscache Standardise layout and naming in corelib benchmarks 2021-08-30 19:21:08 +02:00
qcryptographichash Standardise layout and naming in corelib benchmarks 2021-08-30 19:21:08 +02:00
qhash Standardise layout and naming in corelib benchmarks 2021-08-30 19:21:08 +02:00
qlist Fix the benchmark for QList::removeAll() 2021-12-09 03:45:08 +01:00
qmap Assert some more things we can be sure of in the QMap benchmark 2021-07-23 17:19:18 +02:00
qrect Standardise layout and naming in corelib benchmarks 2021-08-30 19:21:08 +02:00
qringbuffer Standardise layout and naming in corelib benchmarks 2021-08-30 19:21:08 +02:00
qset Standardise layout and naming in corelib benchmarks 2021-08-30 19:21:08 +02:00
qsharedpointer Add a benchmark for QSharedPointer 2021-07-27 14:58:41 +02:00
qstack Standardise layout and naming in corelib benchmarks 2021-08-30 19:21:08 +02:00
qvector Rename QVector benchmark and its main.cpp for consistency 2021-07-19 18:55:51 +02:00
CMakeLists.txt Standardise layout and naming in corelib benchmarks 2021-08-30 19:21:08 +02:00