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

Setup

yarn run setup

Setups up the repository by running the below scripts and creates required folders.

yarn run setup:contracts

Sets up the foundry contracts by installing libraries. It is the same as forge install

yarn run setup:yarn

Installs the js packages by running yarn

PreviousPackage.jsonNextBenchmark

Last updated 1 year ago

Was this helpful?