0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-29 16:08:21 +02:00
synapse/tests/metrics
Erik Johnston 73c7112433 Change CacheMetrics to be quicker
We change it so that each cache has an individual CacheMetric, instead
of having one global CacheMetric. This means that when a cache tries to
increment a counter it does not need to go through so many indirections.
2016-06-03 11:26:52 +01:00
..
__init__.py Initial tiny attempt at (vectorable) counter metrics 2015-03-12 16:24:50 +00:00
test_metric.py Change CacheMetrics to be quicker 2016-06-03 11:26:52 +01:00