qt5base-lts/tests/benchmarks/corelib
Andrei Golubev 3edba4b3d5 Update QList benchmark tests
Removed 5.15 specific QVector code, which is unlikely usable now when
we are at 6.1+ timeline (that was really only a nice-to-have during
5.15 -> 6.0 transition)

Added "remove first" benchmark to track the fast (or not so fast)
removal path

Updated mid insertion and mid emplace to actually trigger both paths
(growing at the beginning and at the end), before it was really using
just one side, which is not quite the "mid" way it feels. Also changed
mid insertion to actually use the insert algorithm. Seems like
insert(i, t) calls emplace under the hood at least from the visual
introspection

Change-Id: I01b82cfa0ae38d481ea7362947f3607d757bf5d0
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
2021-04-21 15:01:13 +02:00
..
io Remove Qt dependency from some test helper executables 2021-04-15 20:38:44 +02:00
json Remove qmake project files for benchmarks 2021-02-01 21:14:01 +01:00
kernel Replace deprecated APIs in metatype/variant benchmarks 2021-04-14 14:38:42 +02:00
mimetypes Remove qmake project files for benchmarks 2021-02-01 21:14:01 +01:00
plugin Fix some warnings 2021-03-29 16:06:25 +02:00
text Add the "Territory" enumerated type for QLocale 2021-04-15 20:17:49 +08:00
thread Fix a few compiler warnings in tests 2021-02-02 12:06:05 +01:00
time Remove qmake project files for benchmarks 2021-02-01 21:14:01 +01:00
tools Update QList benchmark tests 2021-04-21 15:01:13 +02:00
CMakeLists.txt Move QTextCodec support out of QtCore 2020-06-20 02:04:38 +02:00