humanmade / humanmade/bulk-lighthouse

Improve uniqueness of json files

Open
#7 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
13
Forks
0
PR merge metrics
No merged PRs in 30d

Description

The json files are unique only to the day, so when running the script again after 90 seconds for example to get another set of results, the original json files are replaced. Let's add the epoch timestamp into it so it's unique to the second:

current:
```
2023-06-06-kaplanliving.com-kaplan-international-pathways-privacy-notice-desktop.json
```

expected:
```
2023-06-06-kaplanliving.com-kaplan-international-pathways-privacy-notice-desktop-1690800613.json
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.