MCPcopy Create free account
hub / github.com/FlashSampling/FlashSampling / BenchRun

Class BenchRun

benchmarking/vllm/parse_engine_stats.py:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29@dataclass
30class BenchRun:
31 max_concurrency: int = 0
32 run_number: int = 0
33 stats: list = field(default_factory=list)
34
35
36_ENGINE_RE = re.compile(

Callers 1

parse_sweep_logFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected