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

[Parallel Executor] Implement per-block gas limit with single commit thread #5948

Closed
wants to merge 21 commits into from

Conversation

danielxiangzl
Copy link
Contributor

Description

Use a dedicated thread to sequentially commit transaction and calculate gas.

Test Plan

Existing tests.

@danielxiangzl danielxiangzl added the CICD:run-e2e-tests when this label is present github actions will run all land-blocking e2e tests from the PR label Dec 21, 2022
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions
Copy link
Contributor

✅ Forge suite land_blocking success on ffe309d211a62306a63b61763df0f2755c19b3e7

performance benchmark with full nodes : 6444 TPS, 6160 ms latency, 9300 ms p99 latency,no expired txns
Test Ok

@github-actions
Copy link
Contributor

✅ Forge suite compat success on testnet_2d8b1b57553d869190f61df1aaf7f31a8fc19a7b ==> ffe309d211a62306a63b61763df0f2755c19b3e7

Compatibility test results for testnet_2d8b1b57553d869190f61df1aaf7f31a8fc19a7b ==> ffe309d211a62306a63b61763df0f2755c19b3e7 (PR)
1. Check liveness of validators at old version: testnet_2d8b1b57553d869190f61df1aaf7f31a8fc19a7b
compatibility::simple-validator-upgrade::liveness-check : 7362 TPS, 5178 ms latency, 7800 ms p99 latency,no expired txns
2. Upgrading first Validator to new version: ffe309d211a62306a63b61763df0f2755c19b3e7
compatibility::simple-validator-upgrade::single-validator-upgrade : 4612 TPS, 9091 ms latency, 11200 ms p99 latency,no expired txns
3. Upgrading rest of first batch to new version: ffe309d211a62306a63b61763df0f2755c19b3e7
compatibility::simple-validator-upgrade::half-validator-upgrade : 4616 TPS, 9106 ms latency, 11800 ms p99 latency,no expired txns
4. upgrading second batch to new version: ffe309d211a62306a63b61763df0f2755c19b3e7
compatibility::simple-validator-upgrade::rest-validator-upgrade : 6496 TPS, 5960 ms latency, 10500 ms p99 latency,no expired txns
5. check swarm health
Compatibility test for testnet_2d8b1b57553d869190f61df1aaf7f31a8fc19a7b ==> ffe309d211a62306a63b61763df0f2755c19b3e7 passed
Test Ok

@danielxiangzl danielxiangzl deleted the daniel-PE-gas-single-thread branch March 30, 2023 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CICD:run-e2e-tests when this label is present github actions will run all land-blocking e2e tests from the PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant