diff --git a/benchmarks/deluge/logging.py b/benchmarks/deluge/logging.py index 5a0643e..6c324c0 100644 --- a/benchmarks/deluge/logging.py +++ b/benchmarks/deluge/logging.py @@ -1,5 +1,5 @@ -from benchmarks.core.tests.test_logging import MetricsEvent +from benchmarks.core.logging import Metric -class DelugeTorrentDownload(MetricsEvent): +class DelugeTorrentDownload(Metric): torrent_name: str