setup

Benchmark created by bergi on


Description

See when and how often setup/teardown are ran

Setup

var singleton = 0;

Teardown


    console.log(singleton);
  

Test runner

Ready to run.

Testing in
TestOps/sec
count up
singleton++;
ready
count down
singleton--;
ready

Revisions

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

  • Revision 1: published by bergi on