Run details:
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36
Chrome 89
Linux
Desktop
4 years ago
Test name Executions per second
Varrr 3871.8 Ops/sec
Lettt 3867.3 Ops/sec
Script Preparation code:
x
 
for(i=0; i<1000; i++){
let an = i;}
Tests:
  • Varrr

     
    for(i=0; i<100000; i++){
    var an = i;}
  • Lettt

     
    for(i=0; i<100000; i++){
    let an = i;}