Skip to content

Commit

Permalink
Configuration update (unimportant)
Browse files Browse the repository at this point in the history
  • Loading branch information
liaskos committed Dec 12, 2024
1 parent b8c5147 commit ac0a525
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Simulation-wide parameters
#
sim.numSimulations = 2
sim.numSimulations = 30
sim.maxNodes = 50
sim.maxTransactions = 50000
sim.terminate.atTime = 1007200000
Expand All @@ -11,7 +11,7 @@ sim.output.directory = ./log/

# Reporter parameters
#
reporter.reportEvents = false
reporter.reportEvents = true
reporter.reportTransactions = true
reporter.reportNodes = true
reporter.reportNetEvents = true
Expand All @@ -36,11 +36,11 @@ net.propagationTime = 10
# workload.sampler.file = ./src/main/resources/workload.csv
workload.sampler.seed = 321
workload.sampler.seed.updateSeed = true
workload.sampler.seed.updateTransaction = 201
workload.sampler.seed.updateTransaction = 31
workload.lambda = 1.0f
#workload.numTransactions = 23378
workload.numTransactions = 30000
workload.sampleTransaction = {200}
workload.numTransactions = 7200
workload.sampleTransaction = {30}
workload.txSizeMean = 1461.15f
workload.txSizeSD = 1209.471f
workload.txFeeValueMean = 3619.23f
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ net.propagationTime = 10
# workload.sampler.file = ./src/main/resources/workload.csv
workload.sampler.seed = 321
workload.sampler.seed.updateSeed = true
workload.sampler.seed.updateTransaction = 201
workload.sampler.seed.updateTransaction = 21
workload.lambda = 0.3f
#workload.numTransactions = 23378
workload.numTransactions = 30000
workload.sampleTransaction = {200}
workload.numTransactions = 5400
workload.sampleTransaction = {20}
workload.txSizeMean = 4870.5f
workload.txSizeSD = 1209.471f
workload.txFeeValueMean = 3619.23f
Expand Down

0 comments on commit ac0a525

Please sign in to comment.