Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

fix(pollModuleMap): ensure single pollModuleMap #284

Merged
merged 4 commits into from
Aug 25, 2020
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions __performance__/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ Wait for `🌎 One App server listening on port 8443` to appear in the logs to i

> `npm run start:prod-sample` creates the `prod-sample_one-app-at-test-network` network which is required for the performance tools to start when running against prod-sample.

After prod-sample has successfully started you will need to start the performance test suite infrastructure in a new terminal window, navigate to `one-app/__performance__` and run the following:
After prod-sample has successfully started you will need to start the performance test suite infrastructure in a new terminal window, navigate to `one-app` and run the following:

```bash
docker-compose -f docker-compose.yml -f docker-compose.prod-sample.yml up --abort-on-container-exit influxdb grafana prometheus
npm run monitor:performance
```

You can now view the [Grafana metrics on localhost:3030](http://localhost:3030/d/tDGvrq7Mz/one-app-performance)
Expand Down Expand Up @@ -122,10 +122,10 @@ If you want to run against a remote server you will need to update `targets` wit
]
```

Next you can start the performance test suite infrastructure, navigate to `one-app/__performance__` and run the following:
Next you can start the performance test suite infrastructure, navigate to `one-app` and run the following:

```bash
docker-compose up --abort-on-container-exit influxdb grafana prometheus
npm run monitor:performance
```

You can now view the [Grafana metrics on localhost:3030](http://localhost:3030/d/tDGvrq7Mz/one-app-performance)
Expand Down
Loading