Setting Values (v2)

Revision 2 of this benchmark created by Kieth on


Description

Setting Null?

Setup

var idleTime = 0;

Test runner

Ready to run.

Testing in
TestOps/sec
Assigning Random Value
idleTime = Math.random();
ready
Assigning Constant Value
idleTime = 0;
ready
Assigning Null Value
idelTime = null;
ready

Revisions

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