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

Add tools to execute a series of experiments on the same DO setup #33

Open
wants to merge 43 commits into
base: main
Choose a base branch
from

Conversation

lasarojc
Copy link
Contributor

@lasarojc lasarojc commented Jan 8, 2024

This PR Introduces runtests.py script, which allows you to configure and execute a series of experiments in sequence, on the same DO setup, to make comparisons fair.

runtests.py works by replacing tags on template files for the ../../testnet.toml and ../../experiment.mk by combinations of the values specified in an options file.
For each combination, the runtests.py scripts invokes the make commands in Makefile to recreate the node configuration, clean up the nodes (not the prometheus server), push the new configuration, and run the experiments.

Generic (example* files) and specific (flood_* files) examples are included.
The new README.md has more details on using the script.

This PR is the second part of a breakdown of PR #24 to make reviewing simpler.

README.md Outdated Show resolved Hide resolved
@sergio-mena
Copy link
Contributor

@lasarojc Can you rebase this once #32 is merged?

@lasarojc
Copy link
Contributor Author

@sergio-mena changes merged!

@lasarojc lasarojc requested review from hvanz and removed request for mzabaluev and jmalicevic March 25, 2024 15:00
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.

2 participants