Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyan-dfinity committed Sep 30, 2024
1 parent b29dff6 commit 9a40a5d
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 @@ -75,7 +75,7 @@ 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 res1 = perf_map(map_mo, "Motoko", init_size);
//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
// assert res1 == res2;

0 comments on commit 9a40a5d

Please sign in to comment.