setAttribute vs Object.assign vs setAttributesFastest: setAttribute (1.4x faster)
952,311 ops/sec
804,644 ops/sec
704,909 ops/sec
Results show median performance across all community submissions. Run this benchmark yourself to verify on your device.
| Test case name | Result |
|---|---|
| setAttribute | |
| Object.assign | |
| setAttributes |
| Test name | Executions per second |
|---|---|
| ✓ Object.assign | 964,526 Ops/sec |
| setAttribute | 856,245 Ops/sec |
| setAttributes | 804,644 Ops/sec |