iife vs non-iife

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
iife
const a = (()=>new Date())()
ready
non-iife
const a = new Date()
ready

Revisions

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