Skip to content

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

License

Notifications You must be signed in to change notification settings

HCastano/csv-comparator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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`.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages