MCPcopy Index your code
hub / github.com/FlashSampling/FlashSampling / all_cases

Function all_cases

src/fused_mm_sampling/bench/speed_test.py:58–59  ·  view source on GitHub ↗
(args: Args)

Source from the content-addressed store, hash-verified

56
57
58def all_cases(args: Args) -> list["Case"]:
59 return [as_case(args, name=provider) for provider in args.providers()]
60
61
62@dataclass

Callers 1

run_own_benchmarkFunction · 0.85

Calls 2

as_caseFunction · 0.85
providersMethod · 0.80

Tested by

no test coverage detected