Skip to content

Commit

Permalink
reduce crypto size again
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyan-dfinity committed Oct 3, 2024
1 parent 2531d10 commit a66ddd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/perf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ let res2 = perf_sha(sha_rs, "Rust");
assert res1 == res2;

output(file, "\n## Certified map\n\n| |binary_size|generate 10k|max mem|inc|witness|upgrade|\n|--:|--:|--:|--:|--:|--:|--:|\n");
let init_size = 6_000;
let init_size = 5_000;
let res1 = perf_map(map_mo, "Motoko", init_size);
let res2 = perf_map(map_rs, "Rust", init_size);
// Cannot check for equality because witness is not unique
Expand Down

0 comments on commit a66ddd8

Please sign in to comment.