Var vs. Window

Benchmark created by t32k on


Test runner

Ready to run.

Testing in
TestOps/sec
Var
var foo = 'Hello, World!';
ready
Window
window.foo = 'Hello, World!';
ready

Revisions

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

  • Revision 1: published by t32k on