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

Extract Warp Test into Simulator Workload #1021

Open
aaronbuchwald opened this issue Dec 4, 2023 · 2 comments
Open

Extract Warp Test into Simulator Workload #1021

aaronbuchwald opened this issue Dec 4, 2023 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@aaronbuchwald
Copy link
Collaborator

This ticket is to extract the logic for the warp load test running in CI https://github.com/ava-labs/subnet-evm/blob/master/tests/warp/warp_test.go#L100 into the simulator tool https://github.com/ava-labs/subnet-evm/tree/master/cmd/simulator, so that it can be easily run against an existing DevNet.

@aaronbuchwald aaronbuchwald added the enhancement New feature or request label Dec 4, 2023
@aaronbuchwald aaronbuchwald self-assigned this Dec 4, 2023
@ceyonur ceyonur added this to the v0.5.11 milestone Jan 8, 2024
@aaronbuchwald aaronbuchwald removed their assignment Jan 16, 2024
@marun
Copy link
Contributor

marun commented Jan 17, 2024

Will this work with #1027 ?

@aaronbuchwald
Copy link
Collaborator Author

The idea here was to build this into a utility that could be run from the command line, so ideally this would integrate really nicely if we get the interface for the network fixture right.

Ideally the current simulator and the warp extension of it could take in a network definition to construct the fixture to run against and then execute the workload against that.

If we worked on them simultaneously, I'd imagine they'd conflict, but I'd hope they are both moving in the same direction.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In Progress 🏗
Development

No branches or pull requests

3 participants