| Test case name | Result |
|---|---|
| Concat | |
| Merge objects mannualy | |
| Merge objects by Object.assign no clone | |
| Merge objects by Object.assign | |
| Merge objects by spread | |
| Clone object by Object.assign | |
| Clone object by spread | |
| Clone array by slice | |
| Add two fields to object by spread | |
| Clone array by spread | |
| Array to arguments by apply | |
| Array to arguments by spread | |
| Add two elements to array by push | |
| Add two elements to array by spread | |
| Add two elements to array by concat | |
| Concat by push | |
| Concat by spread | |
| Array to arguments by apply manually | |
| Add two fields to object mannualy |
This benchmark does not have any results yet. Be the first one to run it!