Container activation
The timer begins at Docker container State.StartedAt. Manager preparation, verification, and capsule pulls performed before that point are excluded.
ColdSnap benchmarks report time to the first non-empty streamed token and require the exact validation response from every accepted sample.
Median of three runs with Linux page cache cleared before every sample. TTFT runs from Docker container start to the first non-empty streamed token.
| Engine | Model | Driver / mode | Vanilla | ColdSnap | Speedup |
|---|---|---|---|---|---|
| vLLM | Qwen3.8 27B FP8 | n610 native | 229.914s | 33.149s | 6.9× |
| SGLang | Qwen3.8 27B FP8 | n610 native | 127.969s | 48.975s | 2.6× |
| vLLM | DeepSeek V4 Flash 0731 | n610 native | 298.782s | 43.023s | 6.9× |
The benchmark is intentionally specific so the number can be reproduced and interpreted correctly.
The timer begins at Docker container State.StartedAt. Manager preparation, verification, and capsule pulls performed before that point are excluded.
The timer ends on the first non-empty streamed model token, after the serving workload is ready to respond—not at process restore or a health check.
Linux page cache is cleared on both hosts before each sample. Reported values are three-sample medians and every accepted sample must validate.
Functional qualification complete; 10 of 12 ColdSnap restore performance rows passed.