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

Improve E2E performance test #1854

Open
Tracked by #1720
lumtis opened this issue Mar 7, 2024 · 0 comments
Open
Tracked by #1720

Improve E2E performance test #1854

lumtis opened this issue Mar 7, 2024 · 0 comments
Labels
E2E E2E tests related

Comments

@lumtis
Copy link
Member

lumtis commented Mar 7, 2024

Describe the Issue
We have the command

make start-e2e-performance-test

That will spam the network with ETH withdraws at deposits.

Currently:
this is the only CCTXs that the test create, we should add more type of CCTX.
we only show the time for completion as report

Expected Outcome

  • Adding new tests to be run in parallel: example BTC withdraw/deposit, ERC20 withdraw/deposit
  • Withdraw tests seem to take lot of time for a local network setup. Investigate to improve the throughput of the withdraw
  • Adding more information as report when the test complete:
    • Average inbound/outbound pending time
    • Throughput
    • CPU and memory usage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E2E E2E tests related
Projects
None yet
Development

No branches or pull requests

1 participant