Created
March 21, 2024 20:31
-
-
Save adizere/bf0337187456d665787ba2bbccea3b27 to your computer and use it in GitHub Desktop.
Experiments with no WAL
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/testnets/example.toml b/testnets/example.toml | |
index f5e5971..71a37b5 100644 | |
--- a/testnets/example.toml | |
+++ b/testnets/example.toml | |
@@ -1,20 +1,37 @@ | |
vote_extensions_enable_height = 1 | |
pbts_enable_height = 1 | |
+# 100 * 1024 * 1024 | |
+block_max_bytes = 104857600 | |
[node.validator00] | |
seeds = ["seed01"] | |
-perturb = ["disconnect"] | |
[node.validator01] | |
seeds = ["seed01"] | |
[node.validator02] | |
seeds = ["seed01"] | |
-perturb = ["disconnect", "disconnect"] | |
[node.validator03] | |
seeds = ["seed01"] | |
-start_at = 10 | |
+ | |
+[node.validator04] | |
+seeds = ["seed01"] | |
+ | |
+[node.validator05] | |
+seeds = ["seed01"] | |
+ | |
+[node.validator06] | |
+seeds = ["seed01"] | |
+ | |
+[node.validator07] | |
+seeds = ["seed01"] | |
+ | |
+[node.validator08] | |
+seeds = ["seed01"] | |
+ | |
+[node.validator09] | |
+seeds = ["seed01"] | |
[node.seed01] | |
mode = "seed" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/ansible/group_vars/all.yaml b/ansible/group_vars/all.yaml | |
index 8f65484..5af9c10 100644 | |
--- a/ansible/group_vars/all.yaml | |
+++ b/ansible/group_vars/all.yaml | |
@@ -6,8 +6,8 @@ ansible_host_key_checking: false | |
go_modules_token: "" | |
load: | |
- connections: 2 | |
- time_seconds: 91 | |
- tx_per_second: 200 | |
- size_bytes: 1024 | |
- iterations: 5 | |
+ connections: 1 | |
+ time_seconds: 121 | |
+ tx_per_second: 2000 | |
+ size_bytes: 4096 | |
+ iterations: 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://localhost:9090/graph?g0.expr=%20rate(cometbft_consensus_height%5B1m%5D)*60&g0.tab=0&g0.display_mode=lines&g0.show_exemplars=0&g0.range_input=42m&g0.end_input=2024-03-21%2011%3A29%3A00&g0.moment_input=2024-03-21%2011%3A29%3A00&g1.expr=cometbft_mempool_size&g1.tab=0&g1.display_mode=lines&g1.show_exemplars=0&g1.range_input=42m&g1.end_input=2024-03-21%2011%3A29%3A00&g1.moment_input=2024-03-21%2011%3A29%3A00&g2.expr=cometbft_consensus_total_txs&g2.tab=0&g2.display_mode=lines&g2.show_exemplars=0&g2.range_input=42m&g2.end_input=2024-03-21%2011%3A29%3A00&g2.moment_input=2024-03-21%2011%3A29%3A00&g3.expr=cometbft_consensus_block_size_bytes&g3.tab=0&g3.display_mode=lines&g3.show_exemplars=0&g3.range_input=42m&g3.end_input=2024-03-21%2011%3A29%3A00&g3.moment_input=2024-03-21%2011%3A29%3A00&g4.expr=cometbft_consensus_rounds&g4.tab=0&g4.display_mode=lines&g4.show_exemplars=0&g4.range_input=42m&g4.end_input=2024-03-21%2011%3A29%3A00&g4.moment_input=2024-03-21%2011%3A29%3A00&g5.expr=rate(cometbft_consensus_duplicate_block_part%5B1m%5D)&g5.tab=0&g5.display_mode=lines&g5.show_exemplars=0&g5.range_input=42m&g5.end_input=2024-03-21%2011%3A29%3A00&g5.moment_input=2024-03-21%2011%3A29%3A00