From 58d7e76f40d81af8ff86320fdad8bd82b076d717 Mon Sep 17 00:00:00 2001 From: Lucian Petrut Date: Tue, 14 Jan 2025 17:50:17 +0200 Subject: [PATCH] pytest: log timestamps (#221) The CI job duration increased significantly after switching to self-hosted runners. We'll update the pytest invocation to log timestamps, which should help us uncover potential bottlenecks. --- test/performance/tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/performance/tox.ini b/test/performance/tox.ini index e3d8431c..e08a251a 100644 --- a/test/performance/tox.ini +++ b/test/performance/tox.ini @@ -37,6 +37,8 @@ commands = --maxfail 1 \ --tb native \ --log-cli-level DEBUG \ + --log-format "%(asctime)s %(levelname)s %(message)s" \ + --log-date-format "%Y-%m-%d %H:%M:%S" \ --disable-warnings \ {posargs} \ {toxinidir}/tests