Skip to content

Commit bb09ffd

Browse files
authored
Merge pull request #96 from alectejada/patch-1
Update reference.md changed max amount of runs parameter
2 parents d897d65 + a8d5745 commit bb09ffd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/api/reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ A label for the test.
135135
The location to test from. The location is comprised of the location of the testing agent, the browser to test on (optional), and the connectivity in the following format: `location:browser.connectivity` or `location.connectivity`
136136
**Default:** Dulles:Chrome.Cable
137137
- `runs` <small>optional</small>
138-
The number of test runs (1-10 on the public instance).
138+
The number of test runs (1-9 on the public instance).
139139
**Default:** 1
140140
- `fvonly` <small>optional</small>
141141
Set to 1 to skip the Repeat View test; set to 0 to run a test against both the first view and the repeat view for a given test. Each repeat view test counts as another test run against your API limit.
@@ -326,9 +326,9 @@ Test www.aol.com and redirect to the results page:
326326
http://www.webpagetest.org/runtest.php?url=www.aol.com
327327
```
328328

329-
Test www.aol.com 10 times, first view only and redirect to the results page:
329+
Test www.aol.com 9 times, first view only and redirect to the results page:
330330
```text
331-
http://www.webpagetest.org/runtest.php?url=www.aol.com&runs=10&fvonly=1
331+
http://www.webpagetest.org/runtest.php?url=www.aol.com&runs=9&fvonly=1
332332
```
333333
Test www.aol.com 2 times and get the response as xml with the request ID "12345" embedded in the response:
334334
```text

0 commit comments

Comments
 (0)