Skip to content

Commit 47be49d

Browse files
committed
cardano-profile: voltaire bumps
1 parent d523660 commit 47be49d

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

bench/cardano-profile/cardano-profile.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.0
22

33
name: cardano-profile
4-
version: 10.6.0
4+
version: 10.7.0
55
synopsis: A Cardano benchmarking profile generator
66
description: A Cardano benchmarking profile generator.
77
category: Cardano,

bench/cardano-profile/src/Cardano/Benchmarking/Profile/Builtin/ForgeStress.hs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,8 @@ profilesNoEraForgeStress :: [Types.Profile]
5454
profilesNoEraForgeStress =
5555
let fs = P.empty & base
5656
-- Helpers by composition size:
57-
-- TODO: Bump all to genesisVariantVoltaire; however, except for the solo profile, forge-stress works better with a smaller block size (64k)
58-
n1 = V.genesisVariantPreVoltaire . V.hosts 1
59-
n3 = V.genesisVariant300 . V.hosts 3
57+
n1 = V.genesisVariantVoltaire . V.hosts 1
58+
n3 = V.genesisVariantVoltaire . V.hosts 3 . P.blocksize64k
6059
v6 = V.genesisVariantVoltaire . V.hosts 6 . P.blocksize64k
6160
in [
6261
-- 1 node versions (non-pre).

0 commit comments

Comments
 (0)