Skip to content

Commit

Permalink
Update note about excludeAutoGeneratedGetters
Browse files Browse the repository at this point in the history
  • Loading branch information
cgewecke authored Mar 15, 2024
1 parent 862002f commit 4f66258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const config: HardhatUserConfig = {
// noticeable performance impact
reportPureAndViewMethods: true,

// This option can add several seconds to test startup time if you have
// This option can add SIGNIFICANT LAG to test startup time if you have
// 100's of contracts in your project. (It parses all the sources in your dependency tree
// to identify state variable declarations)
excludeAutoGeneratedGetters: true,
Expand Down

0 comments on commit 4f66258

Please sign in to comment.