# Benchmark record

This file records a reproducible local workload rather than a claim about all
machines. Re-run the command on the target deployment and compare the
deterministic counters before comparing wall-clock time.

## Recorded run

- Date: 2026-08-23
- Platform: Windows 11
- CPU: Intel Core i9-14900HX
- MoonBit: moon 0.1.20260807, moonc v0.10.7+bc794d341
- Command: moon run cmd/benchmark -- --rounds 1000
- Workload: 1,000 rounds x 7 representative codes
- Measurement: PowerShell Stopwatch around the command
- Wall time: 204.22 ms for one local run

Observed deterministic output:

~~~text
rounds=1000
workload=7
valid=5000
unknown=1000
invalid=1000
checksum=34000
~~~

The workload exercises catalog lookup, ICD-10 parsing, chapter resolution,
valid/unknown/invalid classification, and batch summary aggregation. The
checksum is a regression signal; wall-clock time is environment-dependent.
