Changeset 9246ec6 for benchmark/ctxswitch
- Timestamp:
 - Jun 6, 2020, 2:10:41 PM (5 years ago)
 - Branches:
 - ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
 - Children:
 - 27125d0
 - Parents:
 - aabb846
 - File:
 - 
      
- 1 edited
 
- 
          
  benchmark/ctxswitch/node_cor.js (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
benchmark/ctxswitch/node_cor.js
raabb846 r9246ec6 10 10 } 11 11 cor = coroutine() 12 13 for ( var i = 0; i < times; i += 1 ) { // warm git 14 cor.next(); 15 } 12 16 13 17 var hrstart = process.hrtime()  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.