From adbd43bf683b435f936631ce07a6f952da353085 Mon Sep 17 00:00:00 2001 From: danilo neves cruz Date: Tue, 21 May 2024 17:26:19 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20add=20some=20comment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gas-snapshot | 2 +- test/Snapshot.t.sol | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gas-snapshot b/.gas-snapshot index 695f59d..c916593 100644 --- a/.gas-snapshot +++ b/.gas-snapshot @@ -1 +1 @@ -SnapshotTest:test_snapshot((bytes,bytes,uint256,uint256,uint256)) (runs: 256, μ: 408696, ~: 408345) \ No newline at end of file +SnapshotTest:test_snapshot((bytes,bytes,uint256,uint256,uint256)) (runs: 256, μ: 408004, ~: 408226) \ No newline at end of file diff --git a/test/Snapshot.t.sol b/test/Snapshot.t.sol index e26e9c1..5430687 100644 --- a/test/Snapshot.t.sol +++ b/test/Snapshot.t.sol @@ -6,6 +6,7 @@ import { Test } from "forge-std/Test.sol"; import { Utils, WebAuthnInfo } from "webauthn-sol/../test/Utils.sol"; import { WebAuthn } from "webauthn-sol/WebAuthn.sol"; +/// @dev Some comment. contract SnapshotTest is Test { using Utils for uint256; using Utils for bytes32;