obj

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
1
obj = new Object()
ready
2
obj = {}
ready
3
obj = { 
    lastname: "Иванов",
    firstname: "Василий",  
    middlename: "Петрович"
}
ready
4
obj = new Object( 
    [lastname: "Иванов",
    firstname: "Василий",  
    middlename: "Петрович"]
)
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.