Benchmarking Bridge Aggregators
  • Introduction
  • Getting started
    • Installation
    • Setup
    • Compatibility + Troubleshooting
  • Running the Benchmarker
    • Package.json
    • Setup
    • Benchmark
    • Result-gen
    • Test
    • Clear
  • Repository Overview
    • Repository Structure
    • /script
    • /src
    • /test
    • /benchmark-data
    • /benchmark-plots
    • /benchmark-tables
    • miscellaneous
  • Maintainers
Powered by GitBook
On this page

Was this helpful?

  1. Running the Benchmarker

Clear

PreviousTestNextRepository Structure

Last updated 1 year ago

Was this helpful?

yarn run clear:dry-run

Clears the foundry dry-run folder.

yarn run clear:run-data

Clears the foundry run-data folder.

yarn run clear:logs

Clears

yarn run clear:benchmark-data

Clears the logged /benchmark-data.

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.

yarn run clear:benchmark-plots

Clears /benchmark-plots

yarn run clear:benchmark-tables

Clears /benchmark-tables

yarn run clear:all

Runs all of the above clear scripts

Logs