Changes in / [58fe85a:eef8dfb]
- Location:
- benchmark
- Files:
-
- 2 edited
-
creation/node_cor.js (modified) (1 diff)
-
ctxswitch/node_cor.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
benchmark/creation/node_cor.js
r58fe85a reef8dfb 6 6 function * coroutine() { yield } 7 7 8 for ( var i = 0; i < times; i += 1 ) { // warm JIT8 for ( var i = 0; i < times; i += 1 ) { // warm jit 9 9 cor = coroutine() 10 10 } -
benchmark/ctxswitch/node_cor.js
r58fe85a reef8dfb 11 11 cor = coroutine() 12 12 13 for ( var i = 0; i < times; i += 1 ) { // warm JIT13 for ( var i = 0; i < times; i += 1 ) { // warm git 14 14 cor.next(); 15 15 }
Note:
See TracChangeset
for help on using the changeset viewer.