Benchmark name When Created
Javascript 'concat()' vs '+' for strings

Testing the performance difference between concat() and the + operator for strings in javascript

7 years ago
To cache or not to cache 7 years ago
AND logical vs ternary and IF

In trying to avoid division by 0, a common alternative is to check if the divisor is 0 and if so then the result becomes 0 (with error logging taking place elsewhere).

7 years ago
AND logical vs ternary and IF

In trying to avoid division by 0, a common alternative is to check if the divisor is 0 and if so then the result becomes 0 (with error logging taking place elsewhere).

7 years ago
AND logical vs ternary and IF

In trying to avoid division by 0, a common alternative is to check if the divisor is 0 and if so then the result becomes 0 (with error logging taking place elsewhere).

7 years ago
DOM Selection

Global Dom Selection

7 years ago
Explicit call vs apply

See if there is a real benefit to handle small arity function calls with explicit calls or if apply is sufficient.

7 years ago
Explicit call vs apply 7 years ago
Explicit call vs apply 7 years ago
Explicit call vs apply 7 years ago
Push vs Concat

Has Array.prototype.push more perf than Array.prototype.concat?

7 years ago
Push vs Concat

Has Array.prototype.push more perf than Array.prototype.concat?

7 years ago
testasdfs

test

7 years ago
testasdfs

test

7 years ago
array of object search 7 years ago
Every Third Element 7 years ago
Every Third Element 7 years ago
Every Third Element 7 years ago
Looping through massive array

Based on https://blogs.oracle.com/greimer/entry/best_way_to_code_a

7 years ago
Looping through array

Based on https://blogs.oracle.com/greimer/entry/best_way_to_code_a

7 years ago
single-quote-vs-double-quote-vs-backtick 7 years ago
string-interpolation-vs-concatenation 7 years ago
parseInt vs. substring 7 years ago
spreadArray

Function that works like a join, but returns array

7 years ago
lsakdjflkajsdf

bla

7 years ago

 New benchmark Your benchmarks