Skip to content

Commit cba52df

Browse files
authored
Updated config embedded in haskell (#394)
* Updated config embedded in haskell * Added `leios-trace-hs/` trigger to simulation CI Fixes #379
1 parent 057f58d commit cba52df

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/simulation.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ on:
66
- "cabal.project"
77
- "data/**"
88
- "simulation/**"
9+
- "leios-trace-hs/**"
910
push:
1011
branches:
1112
- main
1213
paths:
1314
- "cabal.project"
1415
- "data/**"
1516
- "simulation/**"
17+
- "leios-trace-hs/**"
1618

1719
jobs:
1820
simulation-test:

leios-trace-hs/src/LeiosConfig.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ instance Default Config where
172172
, leiosVoteSendRecvStages = False
173173
, leiosVariant = Short
174174
, leiosHeaderDiffusionTimeMs = 1000
175-
, praosChainQuality = 20
175+
, praosChainQuality = 40
176176
, txGenerationDistribution = Exp{lambda = 0.85, scale = Just 1000}
177177
, txSizeBytesDistribution = LogNormal{mu = 6.833, sigma = 1.127}
178178
, txValidationCpuTimeMs = 1.5

0 commit comments

Comments
 (0)