typo measuure (#2342)
This commit is contained in:
parent
f4e1084c43
commit
3466a3083b
|
|
@ -459,7 +459,7 @@ Start and navigate to the URL and then automatically call the stop() function af
|
|||
~~~javascript
|
||||
module.exports = async function(context, commands) {
|
||||
await commands.measure.start('https://www.sitespeed.io');
|
||||
// If you want to measuure multiple URLs after each other
|
||||
// If you want to measure multiple URLs after each other
|
||||
// you can just line them up
|
||||
await commands.measure.start('https://www.sitespeed.io/examples/');
|
||||
return commands.measure.start('https://www.sitespeed.io/documentation/');
|
||||
|
|
|
|||
Loading…
Reference in New Issue