-
Notifications
You must be signed in to change notification settings - Fork 773
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
export * from './cache/index.js' | ||
export * from './ethersStateManager.js' | ||
export * from './flat/snapshot.js' | ||
export * from './stateManager.js' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4878e4b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
2
.Block 9422905
19344
ops/sec (±3.15%
)40415
ops/sec (±2.41%
)2.09
Block 9422906
17293
ops/sec (±5.11%
)39655
ops/sec (±1.82%
)2.29
Block 9422907
18922
ops/sec (±2.98%
)38584
ops/sec (±2.00%
)2.04
Block 9422908
17986
ops/sec (±3.21%
)36285
ops/sec (±4.84%
)2.02
Block 9422910
18286
ops/sec (±3.24%
)36935
ops/sec (±2.26%
)2.02
This comment was automatically generated by workflow using github-action-benchmark.