Skip to content

Commit 111e107

Browse files
committed
clean
1 parent 138e8b3 commit 111e107

File tree

1 file changed

+2
-2
lines changed
  • bench/cardano-profile/src/Cardano/Benchmarking/Profile

1 file changed

+2
-2
lines changed

bench/cardano-profile/src/Cardano/Benchmarking/Profile/Vocabulary.hs

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ timescaleCompressed =
7070

7171
timescaleSmall :: Types.Profile -> Types.Profile
7272
timescaleSmall =
73-
P.epochLength 1200 . P.parameterK 6
74-
. P.slotDuration 1 . P.activeSlotsCoeff 0.05
73+
P.slotDuration 1 . P.activeSlotsCoeff 0.05
74+
. P.epochLength 1200 . P.parameterK 6
7575

7676
-- Used by "model", "value", and "plutus".
7777
timescaleModel :: Types.Profile -> Types.Profile

0 commit comments

Comments
 (0)