aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-07-09 17:12:29 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-07-09 17:12:29 +0200
commit8557557a0e238ba351cba0bf4c91d7396dbcc2e0 (patch)
tree6fa09005a6cbcebe700ea54fadaabd5c2d6c5991 /test
parenttest: increase timeouts (diff)
downloadcimple-8557557a0e238ba351cba0bf4c91d7396dbcc2e0.tar.gz
cimple-8557557a0e238ba351cba0bf4c91d7396dbcc2e0.zip
test: print test timings
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 5230fd4..3aca9fa 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -2,6 +2,7 @@ find_package(Python3 REQUIRED COMPONENTS Interpreter)
set(python_test_args
--no-header -v
+ --durations=0 --durations-min=1.0
"${CMAKE_CURRENT_SOURCE_DIR}/py"
--server-binary "$<TARGET_FILE:server>"
--worker-binary "$<TARGET_FILE:worker>"