Skip to content

Commit b7eccad

Browse files
committed
Revised time step
1 parent f7427da commit b7eccad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

analysis/sims/2025w27/tsr/0.010/config.yaml renamed to analysis/sims/2025w27/tsr/0.025/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ multiplex-mini-protocols: true
1717
simulate-transactions: true
1818
treat-blocks-as-full: false
1919
cleanup-policies: ["cleanup-expired-vote"]
20-
timestamp-resolution-ms: 0.010
20+
timestamp-resolution-ms: 0.025
2121

2222
################################################################################
2323
# Leios Protocol Configuration

analysis/sims/2025w27/tsr/0.010/run.sh renamed to analysis/sims/2025w27/tsr/0.025/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cd "$(dirname "${BASH_SOURCE[0]}")"
77
LABEL="$(basename "$PWD")"
88
BW=50
99

10-
ulimit -S -m 64000000 -v 64000000
10+
ulimit -S -m 144000000 -v 144000000
1111

1212
mkfifo sim.log
1313

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../0.010/run.sh
1+
../0.025/run.sh

0 commit comments

Comments
 (0)