Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefanpenner/__content-download-test-script
https://github.com/stefanpenner/__content-download-test-script
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/stefanpenner/__content-download-test-script
- Owner: stefanpenner
- Created: 2020-04-02T21:44:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T09:15:11.000Z (almost 2 years ago)
- Last Synced: 2024-10-17T18:01:52.268Z (19 days ago)
- Language: JavaScript
- Size: 278 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Usage
**Supported options:**
| Flag | Value | Description |
|---------|-------------|-----------------------------------------------------------------------------------------------------|
| COUNT | integer > 0 | The number of samples to take |
| URL | string | The url you want to test |
| COOKIE | string | Your cookie |
| DEV_ENV | boolean | Set this flag to `true` if you are in dev environment and want to ignore certificate related issues |
| HTTP_V1 | boolean | toggle between http v1 and v2 (v2 default) |
| NO_EXPERIMENT | boolean | disable the experiment scenario |
| NO_CONTROL | boolean | disable the control scenario |```sh
brew install r
yarn installCOUNT=10 COOKIE=(your cookie) URL='http://localhost:4200/home/' DEV_ENV=true yarn start
```