Changeset 3c64c668
- Timestamp:
- Jun 6, 2020, 9:10:28 AM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 58fe85a
- Parents:
- dd9e1ca
- Location:
- benchmark
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
benchmark/creation/node_cor.js
rdd9e1ca r3c64c668 5 5 6 6 function * coroutine() { yield } 7 8 for ( var i = 0; i < times; i += 1 ) { // warm JIT 9 cor = coroutine() 10 } 11 7 12 var hrstart = process.hrtime() 8 13 for ( var i = 0; i < times; i += 1 ) { -
benchmark/ctxswitch/node_cor.js
rdd9e1ca r3c64c668 10 10 } 11 11 cor = coroutine() 12 13 for ( var i = 0; i < times; i += 1 ) { // warm JIT 14 cor.next(); 15 } 12 16 13 17 var hrstart = process.hrtime()
Note: See TracChangeset
for help on using the changeset viewer.