Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stefanpenner/__content-download-test-script


https://github.com/stefanpenner/__content-download-test-script

Last synced: 17 days ago
JSON representation

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 install

COUNT=10 COOKIE=(your cookie) URL='http://localhost:4200/home/' DEV_ENV=true yarn start
```