JS Perf
A minimal online benchmark tool to compare JS snippets online
Initializations
This block will be run once, before the iterations start
a = 'Some Text'
Benchmark script 1
Iterated 1000 times
a.toLocaleLowerCase()
Benchmark script 2
Iterated 1000 times
a.toLowerCase()
Run benchmark