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

Function test_speed_test_smoke

tests/test_core.py:239–242  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

237
238
239def test_speed_test_smoke():
240 # name=None means all providers are tested
241 args = Args(name=None, n_runs_warmup=1, n_runs_benchmark=1, case="small", n_hidden_states=1)
242 run_speed_test(args)

Callers

nothing calls this directly

Calls 2

ArgsClass · 0.90
run_speed_testFunction · 0.90

Tested by

no test coverage detected