Skip to content

Commit

Permalink
Add warning about re-ordering exports
Browse files Browse the repository at this point in the history
  • Loading branch information
kwxm committed Apr 16, 2024
1 parent 6d175da commit 04321f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plutus-benchmark/common/PlutusBenchmark/Common.hs
Expand Up @@ -25,6 +25,9 @@ module PlutusBenchmark.Common
, goldenVsTextualOutput
, checkGoldenFileExists
)
-- ### CAUTION! ###. Changing the number and/or order of the exports here may
-- change the execution times of the validation benchmarks. See
-- https://github.com/IntersectMBO/plutus/issues/5906.
where

import Paths_plutus_benchmark as Export
Expand Down

0 comments on commit 04321f2

Please sign in to comment.