# Argument

`import { Argument } from "destack:bench";`

Benchmark registration argument after the name.

```ds title="Argument"
export type Argument = Body | Options | Duration
```

[language/library/src/bench/case.ds:8](https://github.com/destack-sh/destack/blob/main/language/library/src/bench/case.ds#L8)
