Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nunogit authored Jul 13, 2020
1 parent 45bebb4 commit 0286078
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,19 90,16 @@ github.password=
github.repository=
```

**pagetestset** URL where the Scholia page list is located. This resource should be a simple text file. Each line should contain a valid Scholia URL. It accepts comments starting with an hash.

**id** this is the test set running id. This is used on reports to identify which running instance generated the data

**webpageTimout** maximum allowed time for a test to run in seconds

**timeBetweenTests** the test batch runs continuously. Every time the batch end it restarts again producing results. A time between tests can be specified (in seconds) if there is the need to delay them
- **pagetestset** URL where the Scholia page list is located. This resource should be a simple text file. Each line should contain a valid Scholia URL. It accepts comments starting with an hash.
- **id** this is the test set running id. This is used on reports to identify which running instance generated the data
- **webpageTimout** maximum allowed time for a test to run in seconds
- **timeBetweenTests** the test batch runs continuously. Every time the batch end it restarts again producing results. A time between tests can be specified (in seconds) if there is the need to delay them

Tests can be exported to Github. In this case one needs to provide login credential (its highly advised that these credentials should be unique to this task and not belonging a user)

**github.username** user username
**github.password** user password
**github.repository** repository where the performance results will be stored
- **github.username** user username
- **github.password** user password
- **github.repository** repository where the performance results will be stored


### prometheus variables explained
Expand Down

0 comments on commit 0286078

Please sign in to comment.