qt5base-lts/tests/benchmarks/corelib
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
..
io QAbstractFileEngine: Add permission argument to open() 2021-12-04 01:27:08 +01:00
itemmodels Standardise layout and naming in corelib benchmarks 2021-08-30 19:21:08 +02:00
json Remove qmake project files for benchmarks 2021-02-01 21:14:01 +01:00
kernel Standardise layout and naming in corelib benchmarks 2021-08-30 19:21:08 +02:00
mimetypes Optimize QMimeDatabase::mimeTypeForFile(f, MatchDefault) 2021-12-06 22:55:06 +02:00
plugin Standardise layout and naming in corelib benchmarks 2021-08-30 19:21:08 +02:00
text Standardise layout and naming in corelib benchmarks 2021-08-30 19:21:08 +02:00
thread QWaitCondition: also benchmark std::condition_variable{,_any} 2021-11-26 18:28:50 +01:00
time Standardise layout and naming in corelib benchmarks 2021-08-30 19:21:08 +02:00
tools Fix the benchmark for QList::removeAll() 2021-12-09 03:45:08 +01:00
CMakeLists.txt Add QSortFilterProxyModel clear-filter benchmark 2021-04-25 13:25:01 +03:00