mirror of
https://github.com/logos-storage/bittorrent-benchmarks.git
synced 2026-01-02 13:03:13 +00:00
7 lines
129 B
Python
7 lines
129 B
Python
from benchmarks.logging.logging import Metric
|
|
|
|
|
|
class CodexDownloadMetric(Metric):
|
|
name: str = "codex_download"
|
|
cid: str
|