> For the complete documentation index, see [llms.txt](https://benchmarking-aggregators.gitbook.io/benchmarking-cross-chain-bridges/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://benchmarking-aggregators.gitbook.io/benchmarking-cross-chain-bridges/running-the-benchmarker/clear.md).

# Clear

```sh
yarn run clear:dry-run
```

Clears the foundry dry-run folder.

```sh
yarn run clear:run-data
```

Clears the foundry run-data folder.

```sh
yarn run clear:logs
```

Clears [/benchmark-data](/benchmarking-cross-chain-bridges/repository-overview/benchmark-data.md#logs)

```sh
yarn run clear:benchmark-data
```

Clears the logged [/benchmark-data](/benchmarking-cross-chain-bridges/repository-overview/benchmark-data.md).

It is disabled by default as I do not know why you would run that unless you are resetting, also is a security measure against accidental clears as collecting the data is a time-consuming task.

```sh
yarn run clear:benchmark-plots
```

Clears [/benchmark-plots](/benchmarking-cross-chain-bridges/repository-overview/benchmark-plots.md)

```sh
yarn run clear:benchmark-tables
```

Clears [/benchmark-tables](/benchmarking-cross-chain-bridges/repository-overview/benchmark-tables.md)

```sh
yarn run clear:all
```

Runs all of the above clear scripts
