Skip to content

Commit

Permalink
chore: Ignore all generated debugging traces (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
matatk authored Apr 17, 2020
1 parent 59abc6c commit c9badfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/profile-guarding.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ function main() {
]
}).then(async browser => {
const page = await browser.newPage()
await singleRun(page, 'trace-no-guarding.json', 600, 0)
await singleRun(page, 'trace--no-guarding.json', 600, 0)
console.log()
await singleRun(page, 'trace-triggering-guarding.json', 400, 1e3)
await singleRun(page, 'trace--triggering-guarding.json', 400, 1e3)
await browser.close()
})
}
Expand Down

0 comments on commit c9badfe

Please sign in to comment.