summary refs log tree commit diff
path: root/tests/metrics/test_metrics.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
| | | | | During the migration the automated script to update the copyright headers accidentally got rid of some of the existing copyright lines. Reinstate them.
* Update license headersPatrick Cloke2023-11-211-11/+16
|
* Remove support for Python 3.7 (#15851)Eric Eastwood2023-07-051-8/+2
| | | Fix https://github.com/matrix-org/synapse/issues/15836
* Add missing type hints to tests. (#14687)Patrick Cloke2022-12-281-8/+16
| | | Adds type hints to tests.metrics and tests.crypto.
* Avoid incrementing bg process utime/stime counters by negative durations ↵David Robertson2022-10-311-0/+206
(#14323)