summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/thread
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/corelib/thread')
-rw-r--r--tests/benchmarks/corelib/thread/qmutex/qmutex.pro6
-rw-r--r--tests/benchmarks/corelib/thread/qreadwritelock/qreadwritelock.pro8
-rw-r--r--tests/benchmarks/corelib/thread/qthreadpool/qthreadpool.pro6
-rw-r--r--tests/benchmarks/corelib/thread/qthreadstorage/qthreadstorage.pro6
-rw-r--r--tests/benchmarks/corelib/thread/qwaitcondition/qwaitcondition.pro6
-rw-r--r--tests/benchmarks/corelib/thread/thread.pro7
6 files changed, 0 insertions, 39 deletions
diff --git a/tests/benchmarks/corelib/thread/qmutex/qmutex.pro b/tests/benchmarks/corelib/thread/qmutex/qmutex.pro
deleted file mode 100644
index a0b2ddeaa9..0000000000
--- a/tests/benchmarks/corelib/thread/qmutex/qmutex.pro
+++ /dev/null
@@ -1,6 +0,0 @@
-TEMPLATE = app
-CONFIG += benchmark
-QT = core testlib
-
-TARGET = tst_bench_qmutex
-SOURCES += tst_qmutex.cpp
diff --git a/tests/benchmarks/corelib/thread/qreadwritelock/qreadwritelock.pro b/tests/benchmarks/corelib/thread/qreadwritelock/qreadwritelock.pro
deleted file mode 100644
index 7c36067cb7..0000000000
--- a/tests/benchmarks/corelib/thread/qreadwritelock/qreadwritelock.pro
+++ /dev/null
@@ -1,8 +0,0 @@
-TEMPLATE = app
-CONFIG += benchmark
-CONFIG += c++14 # for std::shared_timed_mutex
-CONFIG += c++1z # for std::shared_mutex
-QT = core-private testlib
-
-TARGET = tst_bench_qreadwritelock
-SOURCES += tst_qreadwritelock.cpp
diff --git a/tests/benchmarks/corelib/thread/qthreadpool/qthreadpool.pro b/tests/benchmarks/corelib/thread/qthreadpool/qthreadpool.pro
deleted file mode 100644
index 303b3cef69..0000000000
--- a/tests/benchmarks/corelib/thread/qthreadpool/qthreadpool.pro
+++ /dev/null
@@ -1,6 +0,0 @@
-TEMPLATE = app
-CONFIG += benchmark
-QT = core testlib
-
-TARGET = tst_bench_qthreadpool
-SOURCES += tst_qthreadpool.cpp
diff --git a/tests/benchmarks/corelib/thread/qthreadstorage/qthreadstorage.pro b/tests/benchmarks/corelib/thread/qthreadstorage/qthreadstorage.pro
deleted file mode 100644
index 3f62c4eb3c..0000000000
--- a/tests/benchmarks/corelib/thread/qthreadstorage/qthreadstorage.pro
+++ /dev/null
@@ -1,6 +0,0 @@
-TEMPLATE = app
-CONFIG += benchmark
-QT = core testlib
-
-TARGET = tst_bench_qthreadstorage
-SOURCES += tst_qthreadstorage.cpp
diff --git a/tests/benchmarks/corelib/thread/qwaitcondition/qwaitcondition.pro b/tests/benchmarks/corelib/thread/qwaitcondition/qwaitcondition.pro
deleted file mode 100644
index cc801bdc13..0000000000
--- a/tests/benchmarks/corelib/thread/qwaitcondition/qwaitcondition.pro
+++ /dev/null
@@ -1,6 +0,0 @@
-TEMPLATE = app
-CONFIG += benchmark
-QT = core testlib
-
-TARGET = tst_bench_qwaitcondition
-SOURCES += tst_qwaitcondition.cpp
diff --git a/tests/benchmarks/corelib/thread/thread.pro b/tests/benchmarks/corelib/thread/thread.pro
deleted file mode 100644
index 6b3009bd0c..0000000000
--- a/tests/benchmarks/corelib/thread/thread.pro
+++ /dev/null
@@ -1,7 +0,0 @@
-TEMPLATE = subdirs
-SUBDIRS = \
- qmutex \
- qreadwritelock \
- qthreadstorage \
- qthreadpool \
- qwaitcondition \