# Benchmark result

This file is refreshed from `moon run cmd/main -- benchmark` after a verified
toolchain run. Elapsed values are raw clock units from
`moonbitlang/core/env.now()`; they are evidence of the exercised workload, not
a portable latency promise.

| Scenario | Operations | Tokens | Input bytes | Output bytes | Elapsed units |
| --- | ---: | ---: | ---: | ---: | ---: |
| small | 3 | 8 | 662 | 3646 | 2 |
| medium | 3 | 64 | 4188 | 16574 | 6 |
| large | 3 | 256 | 16440 | 61550 | 22 |

Run the command below to refresh the measurements on the target machine:

```bash
moon run cmd/main -- benchmark
```
