- 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. - Location:
- benchmark
- Files:
-
- 3 added
- 3 edited
-
creation/node_cor.js (modified) (1 diff)
-
creation/rust_tokio_thrd.rs (added)
-
ctxswitch/node_cor.js (modified) (1 diff)
-
ctxswitch/rust_await.rs (added)
-
ctxswitch/rust_tokio_thrd.rs (added)
-
exclude (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 ) { -
benchmark/ctxswitch/node_cor.js
ra5873bd r97392b69 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() -
benchmark/exclude
ra5873bd r97392b69 10 10 interrupt_linux.c 11 11 exclude 12 io 12 13 Monitor.c
Note:
See TracChangeset
for help on using the changeset viewer.