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

Result-gen

yarn run result-gen:all

This is what we expect users to run as it generates plots and tables for each of the aggregators that we collected data for. The generated data is stored in /benchmark-plots and /benchmark-tables.

yarn run result-gen:xy

can be used to generate results of individual aggregators

PreviousBenchmarkNextTest

Last updated 1 year ago

Was this helpful?