Skip to content

Commit

Permalink
Update index.cfm
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Dec 21, 2024
1 parent ba3c2f5 commit 78cfeb7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions custom/benchmark/index.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@
}
longestName = [];
arrayEach( suites, ArrayEach( warmup, function( item ){
arrayAppend( longestName, len( item ) );
})
);
arrayEach( suites, function( item ){
arrayAppend( longestName, len( item ) );
});
longestSuiteName = arrayMax( longestName );
suites = suites.toList();
Expand Down

0 comments on commit 78cfeb7

Please sign in to comment.