diff --git a/lib/sitespeed.js b/lib/sitespeed.js index 9979e1ed2..931a9a6d3 100644 --- a/lib/sitespeed.js +++ b/lib/sitespeed.js @@ -177,7 +177,8 @@ export async function run(options) { ? resultUrls.reportSummaryUrl() + '/index.html' : '', pageSummaryUrl, - localPath: storageManager.getBaseDir() + localPath: storageManager.getBaseDir(), + timestamp: timestamp.format() }; } catch (error) { log.error(error);