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

Function run_speed_test

src/fused_mm_sampling/bench/speed_test.py:279–281  ·  view source on GitHub ↗

Run a speed test for a given set of arguments.

(args: Args)

Source from the content-addressed store, hash-verified

277
278
279def run_speed_test(args: Args) -> None:
280 """Run a speed test for a given set of arguments."""
281 run_maybe_distributed(_run_speed_test_impl, args.n_procs, args)
282
283
284def _run_speed_test_impl(args: Args) -> None:

Callers 3

test_speed_test_smokeFunction · 0.90
speed_test.pyFile · 0.90
speed_testFunction · 0.85

Calls 1

run_maybe_distributedFunction · 0.85

Tested by

no test coverage detected