Performance-Analysis-JS
Performance-Analysis-JS copied to clipboard
adding for...of loop tests
I believe these are different than for (i = 0; i< length; i++) loops and have different performance implications that were recently discussed between myself and some other developers and would probably be useful to test in this same set.