Benchmark name | When Created |
---|---|
Class vs Function + Prototype | 5 months ago |
instanceOf vs __proto__ | 5 months ago |
slice vs substr vs substring vs add
Compares slice, substr and substring to each other when there is only a start index |
5 months ago |
slice vs substr vs substring (with no end index)
Compares slice, substr and substring to each other when there is only a start index |
5 months ago |
regex vs js testing | 5 months ago |
Filter vs for | 5 months ago |
toString vs Stringify vs backticks | 5 months ago |
json stringify vs object tostring large object
Comparing performance of large object conversion |
5 months ago |
dataAttribute vs attribute vs Class Selector vs ID Selector | 5 months ago |
Lodash 4 uniq vs ES6 Set and sort
Benchmarking uniq vs using a set and sort it. 2 arrays to an array with removed duplicates and sorted |
5 months ago |
Lodash Uniq vs ES6 set and sort
Benchmarking joining 2 arrays, removing the duplicates and sorting the, |
5 months ago |
Lodash uniq vs ES6 Set and sort with 2 arrays
Benchmarking the action to join 2 string arrays, remove the duplicates values (we have 4 in this test) and then sorting them. |
5 months ago |
Uniq vs Sorted Set
Uniq returns a soted array removing duplicates. Let's compare with native sort and set. |
5 months ago |
get content of object | 5 months ago |
AddEventListener vs direct v2 | 5 months ago |
AddEventListener vs direct | 5 months ago |
creating new object vs changing fields
perfomance differences |
5 months ago |
array indexOf vs includes vs some
performance comparison of ways to find if an array contains a value |
5 months ago |
test isEqual | 5 months ago |
Broken HTML
Test to break the layout |
5 months ago |
Lodash.get vs Property dot notation Roy | 5 months ago |
isDeepEqual vs isEqual | 5 months ago |
ordered versus reversed (+ cached) | 5 months ago |
reversed versus ordered (+ cached) | 5 months ago |
reversed versus ordered | 5 months ago |