mirror of
https://github.com/logos-storage/bittorrent-benchmarks.git
synced 2026-01-08 07:53:11 +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
|