cmichi / csv-comparator

Compare the Wasm contract size output from `ink-waterfall`.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSV Comparator

This program is meant to be used as part of the ink-waterfall CI in order to see how the size of different smart contracts changes over time. It does this by taking two CSV files containing rows in the following form: contract name, unoptimzed size, optimized size and outputing the difference between the new contract sizes and the old contract sizes.

Usage

cargo run old.csv new.csv

The CSV formatted output will be written to STDOUT.

About

Compare the Wasm contract size output from `ink-waterfall`.

License:MIT License


Languages

Language:Rust 100.0%