AppSurface Search
API Reference

Web

Type

WebHealthColdStartBenchmarks

Source

Measures the incremental cold-start cost of AppSurface Web's opt-in platform health endpoints.

Remarks

Both cases start the same minimal AppSurface host and make the same first request. The disabled case is the baseline, so the comparison targets health-check service registration and /health plus /ready endpoint mapping. Small deltas may still fall within full-host cold-start variance and require repeated runs.

Method

HealthDisabled

Task HealthDisabled() Source

Starts and exercises a minimal AppSurface host with platform health endpoints disabled.

Returns

A task that completes after the host has served one request and stopped.

Method

HealthEnabled

Task HealthEnabled() Source

Starts and exercises a minimal AppSurface host with the opt-in platform health endpoints enabled.

Returns

A task that completes after the host has served one request and stopped.