We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 138e8b3 commit 111e107Copy full SHA for 111e107
bench/cardano-profile/src/Cardano/Benchmarking/Profile/Vocabulary.hs
@@ -70,8 +70,8 @@ timescaleCompressed =
70
71
timescaleSmall :: Types.Profile -> Types.Profile
72
timescaleSmall =
73
- P.epochLength 1200 . P.parameterK 6
74
- . P.slotDuration 1 . P.activeSlotsCoeff 0.05
+ P.slotDuration 1 . P.activeSlotsCoeff 0.05
+ . P.epochLength 1200 . P.parameterK 6
75
76
-- Used by "model", "value", and "plutus".
77
timescaleModel :: Types.Profile -> Types.Profile
0 commit comments