Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
jfsdgdg
(version: 0)
Comparing performance of:
Object.getOwnPropertyDescriptors vs Object.assign
Created:
5 years ago
by:
Guest
Jump to the latest result
Tests:
Object.getOwnPropertyDescriptors
const obj = { a: "one", b: "two", c: "three" }; const last = Object.create( null ); Object.create( last, Object.getOwnPropertyDescriptors( obj ) );
Object.assign
const obj = { a: "one", b: "two", c: "three" }; const last = Object.create( null ); Object.assign( Object.create( last ), obj );
Rendered benchmark preparation results:
Suite status:
<idle, ready to run>
Run tests (2)
Previous results
Fork
Test case name
Result
Object.getOwnPropertyDescriptors
Object.assign
Fastest:
N/A
Slowest:
N/A
Latest run results:
No previous run results
This benchmark does not have any results yet. Be the first one
to run it!
Related benchmarks:
Md5 hashing jshashes Spark-md5 1
id performance comparison
UUID lib vs Crypto.RamdonUID
ID Generation Performance 2023
cuid2 with various lengths
Comments
Confirm delete:
Do you really want to delete benchmark?