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

Commit

Permalink
fix(pollModuleMap): ensure single pollModuleMap (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
JAdshead authored Aug 25, 2020
1 parent 6784c7c commit 5503a03
Show file tree
Hide file tree
Showing 14 changed files with 3,251 additions and 2,807 deletions.
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

0 comments on commit 5503a03

Please sign in to comment.