humanmade / humanmade/bulk-lighthouse
Improve uniqueness of json files
Open
- 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.