Skip to content

Commit

Permalink
More details for running scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Mar 7, 2024
1 parent 41b4683 commit fefcad3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,10 +239,16 @@ configure_influx

This will do a one-time setup for InfluxDB and also configure your shell environment to use it. Next time you start a new terminal you will need to run `use_influx` instead.

You can now navigate to the InfluxDB [dashboard](http://localhost:8087) and log in with `windtunnel`/`windtunnel`. The variables and dashboards you need will already be set up
You can now navigate to the InfluxDB [dashboard](http://localhost:8087) and log in with `windtunnel`/`windtunnel`. The variables and dashboards you need will already be set up,
so you can now run your scenario and the metrics will be pushed to InfluxDB.

```bash
#### Running scenarios

Each scenario is expected to provide a README.md with at least:
- A description of the scenario and what it is testing for.
- A suggested command or commands to run the scenario, with justification for the configuration used.

For example, see the [zome_call_single_value](https://github.com/holochain/wind-tunnel/blob/main/scenarios/zome_call_single_value/README.md) scenario.

### Developer guide (for wind-tunnel)

Expand Down

0 comments on commit fefcad3

Please sign in to comment.