test1

Benchmark created by testnbzhou on


Test runner

Ready to run.

Testing in
TestOps/sec
test1
// async test
!
function() {
  document.write("123123123");
}()
ready
test2
// async test
+
function() {
  document.write("123123123");
}()
ready
test3
// async test
(function(){document.write("123123123");}())
ready

Revisions

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

  • Revision 1: published by testnbzhou on