Errors

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
Error with string
let x = new Error("test")
ready
string
	
let x = "test"
ready
error
let x = new Error()
ready
error and stack
let stack = new Error().stack
ready

Revisions

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