Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/creation/node_cor.js

    rc12869e r9246ec6  
    55
    66function * coroutine() { yield }
     7
     8for ( var i = 0; i < times; i += 1 ) { // warm jit
     9        cor = coroutine()
     10}
     11
    712var hrstart = process.hrtime()
    813for ( var i = 0; i < times; i += 1 ) {
Note: See TracChangeset for help on using the changeset viewer.