qt5base-lts/tests/auto/corelib/tools/qarraydata
João Abecasis ed4939eaac Improve performance of QArrayData::Grow autotest
Doing element-wise insertions for the full range of the test made
testing under valgrind extremely slow. When a reallocation is detected
we now resize() the container close to capacity(), while verifying this
doesn't unnecessarily re-allocate either.

Change-Id: Idf7015cf390e366fe444e7ca14c904a2d54ff48b
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2012-08-30 13:51:22 +02:00
..
qarraydata.pro Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
simplevector.h Add erase operation to QArrayDataOps 2012-07-03 01:55:39 +02:00
tst_qarraydata.cpp Improve performance of QArrayData::Grow autotest 2012-08-30 13:51:22 +02:00