Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Indexer] Adds new transactions for testing #16049

Merged
merged 4 commits into from
Mar 6, 2025
Merged

Conversation

bowenyang007
Copy link
Contributor

Also adds network arg (testnet / mainnet)

@bowenyang007 bowenyang007 requested a review from yuunlimm March 4, 2025 23:53
Copy link

trunk-io bot commented Mar 4, 2025

⏱️ 1h 7m total CI duration on this PR
Slowest 15 Jobs Cumulative Duration Recent Runs
dispatch_event 9m 🟩
check-dynamic-deps 9m 🟩🟩🟩🟩🟩
rust-cargo-deny 9m 🟩🟩🟩🟩🟩
rust-doc-tests 7m 🟩
dispatch_event 6m 🟩
dispatch_event 6m 🟥
test-target-determinator 5m 🟩
execution-performance / test-target-determinator 5m 🟩
dispatch_event 4m 🟥
general-lints 3m 🟩🟩🟩🟩🟩
semgrep/ci 2m 🟩🟩🟩🟩🟩
fetch-last-released-docker-image-tag 1m 🟩
file_change_determinator 55s 🟩🟩🟩🟩🟩
permission-check 17s 🟩🟩🟩🟩🟩
permission-check 15s 🟩🟩🟩🟩🟩

settingsfeedbackdocs ⋅ learn more about trunk.io

@bowenyang007 bowenyang007 enabled auto-merge (squash) March 5, 2025 01:22

This comment has been minimized.

This comment has been minimized.

Copy link
Contributor

github-actions bot commented Mar 5, 2025

✅ Forge suite realistic_env_max_load success on ba63c8b8f0d41b02fed23a5cf5982404c5eda195

two traffics test: inner traffic : committed: 12369.24 txn/s, submitted: 12406.80 txn/s, expired: 37.56 txn/s, latency: 3036.79 ms, (p50: 3000 ms, p70: 3300, p90: 3400 ms, p99: 3900 ms), latency samples: 4703040
two traffics test : committed: 99.99 txn/s, latency: 1995.92 ms, (p50: 1900 ms, p70: 2400, p90: 2800 ms, p99: 3100 ms), latency samples: 1840
Latency breakdown for phase 0: ["MempoolToBlockCreation: max: 1.571, avg: 1.200", "ConsensusProposalToOrdered: max: 0.311, avg: 0.307", "ConsensusOrderedToCommit: max: 0.469, avg: 0.426", "ConsensusProposalToCommit: max: 0.776, avg: 0.733"]
Max non-epoch-change gap was: 0 rounds at version 0 (avg 0.00) [limit 4], 1.23s no progress at version 2352781 (avg 0.21s) [limit 15].
Max epoch-change gap was: 0 rounds at version 0 (avg 0.00) [limit 4], 1.56s no progress at version 2346980 (avg 1.56s) [limit 16].
Test Ok

Copy link
Contributor

github-actions bot commented Mar 5, 2025

✅ Forge suite compat success on c5eef1450476a6f7eee96d0d1953b65df04fdb91 ==> ba63c8b8f0d41b02fed23a5cf5982404c5eda195

Compatibility test results for c5eef1450476a6f7eee96d0d1953b65df04fdb91 ==> ba63c8b8f0d41b02fed23a5cf5982404c5eda195 (PR)
1. Check liveness of validators at old version: c5eef1450476a6f7eee96d0d1953b65df04fdb91
compatibility::simple-validator-upgrade::liveness-check : committed: 11604.05 txn/s, latency: 2753.47 ms, (p50: 2800 ms, p70: 3000, p90: 3200 ms, p99: 3900 ms), latency samples: 395920
2. Upgrading first Validator to new version: ba63c8b8f0d41b02fed23a5cf5982404c5eda195
compatibility::simple-validator-upgrade::single-validator-upgrading : committed: 2975.58 txn/s, latency: 9785.02 ms, (p50: 10700 ms, p70: 12200, p90: 12800 ms, p99: 12800 ms), latency samples: 65080
compatibility::simple-validator-upgrade::single-validator-upgrade : committed: 2975.73 txn/s, latency: 11263.23 ms, (p50: 12600 ms, p70: 13000, p90: 13200 ms, p99: 13300 ms), latency samples: 113820
3. Upgrading rest of first batch to new version: ba63c8b8f0d41b02fed23a5cf5982404c5eda195
compatibility::simple-validator-upgrade::half-validator-upgrading : committed: 2998.67 txn/s, latency: 9707.57 ms, (p50: 10400 ms, p70: 11900, p90: 12600 ms, p99: 12700 ms), latency samples: 66380
compatibility::simple-validator-upgrade::half-validator-upgrade : committed: 2985.94 txn/s, latency: 11189.14 ms, (p50: 12300 ms, p70: 12900, p90: 13300 ms, p99: 13300 ms), latency samples: 114000
4. upgrading second batch to new version: ba63c8b8f0d41b02fed23a5cf5982404c5eda195
compatibility::simple-validator-upgrade::rest-validator-upgrading : committed: 1421.47 txn/s, submitted: 1421.62 txn/s, expired: 0.15 txn/s, latency: 5795.37 ms, (p50: 6700 ms, p70: 7000, p90: 7500 ms, p99: 7700 ms), latency samples: 104809
compatibility::simple-validator-upgrade::rest-validator-upgrade : committed: 5073.64 txn/s, latency: 6722.27 ms, (p50: 7200 ms, p70: 7600, p90: 7800 ms, p99: 8000 ms), latency samples: 179200
5. check swarm health
Compatibility test for c5eef1450476a6f7eee96d0d1953b65df04fdb91 ==> ba63c8b8f0d41b02fed23a5cf5982404c5eda195 passed
Test Ok

@bowenyang007 bowenyang007 merged commit c2be3ff into main Mar 6, 2025
89 checks passed
@bowenyang007 bowenyang007 deleted the add_test_indexer branch March 6, 2025 00:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants