Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
class
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_log
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected