Skip to content

Commit

Permalink
fix snap name
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaladin13 committed Feb 26, 2025
1 parent 177542d commit 230eb5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/benchmarks/__snapshots__/benchmarks.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ exports[`benchmarks benchmark codeOf vs myCode(): gas used myCode 1`] = `931n`;

exports[`benchmarks benchmark contractAddressExt: gas used contractAddressExt 1`] = `2589n`;

exports[`benchmarks benchmark deployable vs raw deploy: gas used deploy trait 1`] = `4576`;
exports[`benchmarks benchmark deployable trait vs raw deploy: gas used deploy trait 1`] = `4576`;

exports[`benchmarks benchmark deployable vs raw deploy: gas used raw deploy 1`] = `1585`;
exports[`benchmarks benchmark deployable trait vs raw deploy: gas used raw deploy 1`] = `1585`;

exports[`benchmarks benchmark functions: code size 1`] = `184`;

Expand Down

0 comments on commit 230eb5c

Please sign in to comment.