MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / p2_cli_serve_sleep_many

Function p2_cli_serve_sleep_many

tests/all/cli_tests.rs:2726–2736  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2724
2725 #[tokio::test]
2726 async fn p2_cli_serve_sleep_many() -> Result<()> {
2727 cli_serve_sleep(
2728 P2_CLI_SERVE_SLEEP_COMPONENT,
2729 CONNECTION_COUNT_MANY,
2730 REQUESTS_PER_CONNECTION_MANY,
2731 |cmd| {
2732 cmd.arg("-Scli");
2733 },
2734 )
2735 .await
2736 }
2737
2738 #[tokio::test]
2739 #[cfg_attr(not(feature = "component-model-async"), ignore)]

Callers

nothing calls this directly

Calls 2

cli_serve_sleepFunction · 0.85
argMethod · 0.45

Tested by

no test coverage detected