devbridge / Performance

Client side performance tool
MIT License
543 stars 24 forks source link

TypeError: Cannot read property 'metrics' of undefined #54

Open kimpetersend1 opened 7 years ago

kimpetersend1 commented 7 years ago

Getting this error when running gulp perf-tool

This is my setup in my gulpfile.js

require('gulp').task('perf-tool', function () {
  var options = {
    siteURL:'website url',
    sitePages: ['/'],
    resultsFolder: './perf-tool'
  };
  return require('devbridge-perf-tool').performance(options);
});