This repo contains solidity code to generate gas benchmark table for Lockup, Flow and Airdrops smart contracts.
The resulting benchmark table is located in results folder.
To generate the benchmark table for Lockup contract, run the following command:
bun run benchmark:lockup
To generate the benchmark table for Flow contract, run the following command:
bun run benchmark:flow
This repo is licensed under GPL 3.0 or later.