Skip to content

Commit

Permalink
pytest: log timestamps (#221)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
petrutlucian94 authored Jan 14, 2025
1 parent 176f27c commit 58d7e76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/performance/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 58d7e76

Please sign in to comment.