Skip to content

Commit

Permalink
bump size
Browse files Browse the repository at this point in the history
  • Loading branch information
crusso committed Mar 7, 2024
1 parent f631f25 commit bb21be4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crypto/perf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ function perf_map(wasm, title, init_size) {
// assert res1 == res2;

output(file, "\n## Certified map\n\n| |binary_size|generate 10k|max mem|inc|witness|upgrade|\n|--:|--:|--:|--:|--:|--:|--:|\n");
// //let init_size = 10_000;
let init_size = 10_0;
let init_size = 10_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 bb21be4

Please sign in to comment.