lukejacksonn / perflink

Low friction JavaScript benchmarks that you can share via URL
https://perf.link
1.21k stars 43 forks source link

Test Case for loop #6

Closed ninbryan closed 4 years ago

ninbryan commented 5 years ago

Typing out for loop stops everything. Would like to consider including toggle to auto-run

Screen Shot 2019-04-01 at 3 54 30 PM
lukejacksonn commented 5 years ago

Ahh yes, good catch 😄 a toggle auto-run and maybe keyboard shortcut to run are on my list of todos! PRs also welcome.

lukejacksonn commented 4 years ago

Hey @ninbryan 👋 good news! I just merged #24 and now we don't auto run tests. Hopefully this omits the chance of this happening (although I still haven't accounted for infinite processes so if you hit run with an empty for loop like this then the test might go on forever).

Will keep thinking about these edge cases but until then thanks for the report and your patience 🙇