Skip to content

Commit

Permalink
Add memory weights to script
Browse files Browse the repository at this point in the history
  • Loading branch information
ukint-vs committed Jul 28, 2023
1 parent eca801d commit 9f1b376
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/weight-diff.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@ git checkout "$current_branch"

cargo run --package gear-weight-diff --release -- diff "$dump_path1" "$dump_path2" "$runtime" "instruction" $flag
cargo run --package gear-weight-diff --release -- diff "$dump_path1" "$dump_path2" "$runtime" "host-fn" $flag
cargo run --package gear-weight-diff --release -- diff "$dump_path1" "$dump_path2" "$runtime" "memory" $flag

0 comments on commit 9f1b376

Please sign in to comment.