6 Replies
The benchmark runs the code several times
In this case, it ran it once, deleted the folder, and ran it again and found no folder to delete
You need to re-add the folder every time
Aha
Thanks for that.
Is there a way to tell it to run only once?
just use performance.now() for single test
you cannot get an accurate benchmark off of one deletion, so no, but you can do what @BuenoFan suggested
Alright, thanks guys 🌸🌸