We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 057f58d commit cba52dfCopy full SHA for cba52df
.github/workflows/simulation.yaml
@@ -6,13 +6,15 @@ on:
6
- "cabal.project"
7
- "data/**"
8
- "simulation/**"
9
+ - "leios-trace-hs/**"
10
push:
11
branches:
12
- main
13
paths:
14
15
16
17
18
19
jobs:
20
simulation-test:
leios-trace-hs/src/LeiosConfig.hs
@@ -172,7 +172,7 @@ instance Default Config where
172
, leiosVoteSendRecvStages = False
173
, leiosVariant = Short
174
, leiosHeaderDiffusionTimeMs = 1000
175
- , praosChainQuality = 20
+ , praosChainQuality = 40
176
, txGenerationDistribution = Exp{lambda = 0.85, scale = Just 1000}
177
, txSizeBytesDistribution = LogNormal{mu = 6.833, sigma = 1.127}
178
, txValidationCpuTimeMs = 1.5
0 commit comments