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

Function benchmark_all

src/fused_mm_sampling/bench/speed_test.py:153–155  ·  view source on GitHub ↗
(cases: list[Case])

Source from the content-addressed store, hash-verified

151
152
153def benchmark_all(cases: list[Case]) -> pd.DataFrame:
154 dfs = [benchmark(case) for case in cases]
155 return pd.concat(dfs, ignore_index=True)
156
157
158def run_nvbench(args: Args) -> None:

Callers 1

run_own_benchmarkFunction · 0.85

Calls 1

benchmarkFunction · 0.70

Tested by

no test coverage detected