Rename QVector benchmark and its main.cpp for consistency

The usual pattern (at least in corelib) is tst_bench_[lowercased
class-name] for the test and the same with .cpp for the source-file
name.  So s/(main|tst_bench_vector)/tst_bench_qvector/g

Change-Id: Ic9bd3ac87adfaec189409c2259cc674ebcec602c
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
Edward Welbourne 2021-07-19 12:39:03 +02:00
parent a87411cefa
commit 7a4bf7bd05
2 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
# Generated from qvector.pro. # Generated from qvector.pro.
##################################################################### #####################################################################
## tst_bench_vector Binary: ## tst_bench_qvector Binary:
##################################################################### #####################################################################
qt_internal_add_benchmark(tst_bench_vector qt_internal_add_benchmark(tst_bench_qvector
SOURCES SOURCES
main.cpp tst_bench_qvector.cpp
outofline.cpp outofline.cpp
INCLUDE_DIRECTORIES INCLUDE_DIRECTORIES
. .

View File

@ -250,4 +250,4 @@ void tst_QVector::mixedvector_fill_and_return()
QTEST_MAIN(tst_QVector) QTEST_MAIN(tst_QVector)
#include "main.moc" #include "tst_bench_qvector.moc"