Skip to content

Commit d5eff77

Browse files
authored
Include a timestamp in the result json (#4147)
1 parent a68005b commit d5eff77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/sitespeed.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,8 @@ export async function run(options) {
177177
? resultUrls.reportSummaryUrl() + '/index.html'
178178
: '',
179179
pageSummaryUrl,
180-
localPath: storageManager.getBaseDir()
180+
localPath: storageManager.getBaseDir(),
181+
timestamp: timestamp.format()
181182
};
182183
} catch (error) {
183184
log.error(error);

0 commit comments

Comments
 (0)