Skip to content

Commit

Permalink
Update README.md with illustrations for Midori as an orchestrator and…
Browse files Browse the repository at this point in the history
… plugin parameters
  • Loading branch information
cyanxiao committed May 2, 2024
1 parent 80a798e commit fc73c22
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ Midori is an orchestrator that allows researchers to run software engineering ex
- ...
- **What is an orchestrator?** Mitori is meant to be a local tool that manipulates the remote cluster to run the experiments using SSH. In this way, the overhead of the experiment on the remote cluster is minimized.

![Midori as an orchestrator](./illustrations/communication.png)
<div align="center">
<img src="./illustrations/communication.png" alt="Midori as an orchestrator" width="50%">
</div>

## 🚀 Getting Started

Expand Down Expand Up @@ -62,7 +64,9 @@ orchestrator.run()

To help you better understand this, the green boxes in the following illustration represent the parameters:

![Parameters](./illustrations/flowchart.png)
<div align="center">
<img src="./illustrations/flowchart.png" alt="Parameters" width="50%">
</div>

### What are these Plugins?

Expand Down

0 comments on commit fc73c22

Please sign in to comment.