Changeset 97392b69 for benchmark/creation/node_cor.js
- Timestamp:
- Jun 10, 2020, 4:19:30 PM (6 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:
- ab8a023
- Parents:
- a5873bd (diff), ee06db5c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
benchmark/creation/node_cor.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
benchmark/creation/node_cor.js
ra5873bd r97392b69 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 ) {
Note:
See TracChangeset
for help on using the changeset viewer.